zephyr/drivers/counter
Kumar Gala 36427f8bbb drivers: timer: Move Dual Timer API to unified interface
The CMSDK Dual Timer can be used as a timer or as a counter.
The unified interface proposed in #8340 unifies counter.h and rtc.h to
provide a common interface.

This patch modifies the timer implementation of the dual timer to
make it compliant with the new proposed interface.

Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-02-07 16:14:00 -05:00
..
CMakeLists.txt drivers: timer: Move Dual Timer API to unified interface 2019-02-07 16:14:00 -05:00
counter_handlers.c drivers: counter: Rename wrap to top_value 2019-02-07 16:14:00 -05:00
counter_imx_epit.c imx: Add IMX EPIT driver for i.MX socs 2019-02-07 16:14:00 -05:00
counter_mcux_rtc.c drivers: counter: Introduce mcux rtc shim 2019-02-07 16:14:00 -05:00
counter_nrfx_rtc.c tests: counter: Enable debug logging 2019-02-07 16:14:00 -05:00
counter_nrfx_timer.c tests: counter: Enable debug logging 2019-02-07 16:14:00 -05:00
counter_qmsi_aon.c drivers: counter: Move AON and AONPT driver api to unified interface 2019-02-07 16:14:00 -05:00
counter_qmsi_aonpt.c drivers: counter: Move AON and AONPT driver api to unified interface 2019-02-07 16:14:00 -05:00
counter_rtc_qmsi.c rtc: rename CONFIG_RTC_0_NAME to DT_RTC_0_NAME. 2019-02-07 16:14:00 -05:00
dualtimer_cmsdk_apb.h
Kconfig drivers: counter: Introduce mcux rtc shim 2019-02-07 16:14:00 -05:00
Kconfig.dtmr_cmsdk_apb drivers: timer: Move Dual Timer API to unified interface 2019-02-07 16:14:00 -05:00
Kconfig.imx_epit imx: Add IMX EPIT driver for i.MX socs 2019-02-07 16:14:00 -05:00
Kconfig.mcux_rtc drivers: counter: Introduce mcux rtc shim 2019-02-07 16:14:00 -05:00
Kconfig.nrfx drivers: timer: conflict RTC timer with RTC1 counter 2019-02-07 16:14:00 -05:00
Kconfig.qmsi drivers: rtc_qmsi: Move rtc driver apis to unified interface 2019-02-07 16:14:00 -05:00
Kconfig.tmr_cmsdk_apb drivers: timer: Move Timer API to unified interface 2019-02-07 16:14:00 -05:00
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c drivers: timer: Move Dual Timer API to unified interface 2019-02-07 16:14:00 -05:00
timer_tmr_cmsdk_apb.c drivers: timer: Move Timer API to unified interface 2019-02-07 16:14:00 -05:00