zephyr/drivers/counter
Henrik Brix Andersen 85c996b016 drivers: counter: add NXP Kinetis LPTMR driver
Add counter driver for the NXP Kinetis Low Power Timer (LPTMR). The
driver can be configured either as 16 bit counter or 16 bit pulse
counter.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2020-03-27 11:17:58 -05:00
..
CMakeLists.txt drivers: counter: add NXP Kinetis LPTMR driver 2020-03-27 11:17:58 -05:00
counter_cmos.c
counter_gecko_rtcc.c drivers: silabs: Convert silabs drivers to new DT_INST macros 2020-03-26 05:26:23 -05:00
counter_handlers.c
counter_imx_epit.c
counter_ll_stm32_rtc.c drivers: stm32: Convert STM32 drivers to new DT_INST macros 2020-03-26 12:22:12 -05:00
counter_mchp_xec.c drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
counter_mcux_gpt.c
counter_mcux_lptmr.c drivers: counter: add NXP Kinetis LPTMR driver 2020-03-27 11:17:58 -05:00
counter_mcux_rtc.c
counter_nrfx_rtc.c
counter_nrfx_timer.c
counter_sam0_tc32.c
dualtimer_cmsdk_apb.h
Kconfig drivers: counter: add NXP Kinetis LPTMR driver 2020-03-27 11:17:58 -05:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.gecko
Kconfig.imx_epit
Kconfig.mcux_gpt
Kconfig.mcux_lptmr drivers: counter: add NXP Kinetis LPTMR driver 2020-03-27 11:17:58 -05:00
Kconfig.mcux_rtc
Kconfig.nrfx
Kconfig.sam0
Kconfig.stm32_rtc
Kconfig.template.sam0_tc32
Kconfig.tmr_cmsdk_apb
Kconfig.xec
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c
timer_tmr_cmsdk_apb.c