9012960e93
If top value is different than maximal top value (24 bits) then wrapping must be handled. There are 2 ways to handle that: - in software, by clearing the counter in the interrupt - by HW, using (D)PPI which connects compare event with clear task First option was already implemented but it has accumulative error. Added PPI option which requires 1 PPI channels but has no accumulative error. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dtmr_cmsdk_apb | ||
Kconfig.imx_epit | ||
Kconfig.mcux_rtc | ||
Kconfig.nrfx | ||
Kconfig.qmsi | ||
Kconfig.stm32_rtc | ||
Kconfig.tmr_cmsdk_apb | ||
counter_handlers.c | ||
counter_imx_epit.c | ||
counter_ll_stm32_rtc.c | ||
counter_mcux_rtc.c | ||
counter_nrfx_rtc.c | ||
counter_nrfx_timer.c | ||
counter_qmsi_aon.c | ||
counter_qmsi_aonpt.c | ||
counter_rtc_qmsi.c | ||
dualtimer_cmsdk_apb.h | ||
timer_cmsdk_apb.h | ||
timer_dtmr_cmsdk_apb.c | ||
timer_tmr_cmsdk_apb.c |