zephyr/drivers/counter
Krzysztof Chruscinski ce0a6ed406 drivers: counter: nrf_rtc: Fix wrapping with PPI
PPI allocation and freeing was not handled correctly. Additionally,
RTC event was not enabled when PPI was enabled which resulted in
lack of RTC counter clearing.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-10-09 13:25:36 +02:00
..
CMakeLists.txt drivers: counters: Fix coding style issues 2019-09-24 11:40:53 -07:00
Kconfig drivers: counter: remove qmsi counter driver 2019-09-18 11:06:18 -05:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.gecko
Kconfig.imx_epit
Kconfig.mcux_gpt
Kconfig.mcux_rtc
Kconfig.nrfx drivers: counter: nrf_rtc: Add detection of late alarm request 2019-10-09 13:25:36 +02:00
Kconfig.sam0
Kconfig.stm32_rtc drivers: counter: Add STM32G4X counter support 2019-10-04 18:44:24 -07:00
Kconfig.template.sam0_tc32
Kconfig.tmr_cmsdk_apb
Kconfig.xec driver/counter: Add support for Microchip's XEC basic timer devices 2019-09-14 12:13:49 +08:00
counter_cmos.c
counter_gecko_rtcc.c
counter_handlers.c
counter_imx_epit.c
counter_ll_stm32_rtc.c drivers: counter: Add STM32G4X counter support 2019-10-04 18:44:24 -07:00
counter_mchp_xec.c driver/counter: Add support for Microchip's XEC basic timer devices 2019-09-14 12:13:49 +08:00
counter_mcux_gpt.c
counter_mcux_rtc.c
counter_nrfx_rtc.c drivers: counter: nrf_rtc: Fix wrapping with PPI 2019-10-09 13:25:36 +02:00
counter_nrfx_timer.c drivers: counter: nrf_timer: Add detection of late alarm request 2019-10-09 13:25:36 +02:00
counter_sam0_tc32.c
dualtimer_cmsdk_apb.h
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c
timer_tmr_cmsdk_apb.c