zephyr/drivers/counter
Krzysztof Chruscinski 89923134e7 drivers: counter: Add flags to counter_config_info structure
Allow further extention of counter API by replacing count_up bool in
the structure with u8_t flags where one bit is used for count up
feature.

Change is not breaking API as count up property is read using
counter_is_counting_up() that didn't change.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-05-27 09:18:34 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
counter_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
counter_imx_epit.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
counter_ll_stm32_rtc.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
counter_mcux_rtc.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
counter_nrfx_rtc.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
counter_nrfx_timer.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
counter_qmsi_aon.c drivers: counter: incorporate changes of api name and signature. 2019-02-08 08:56:45 -05:00
counter_qmsi_aonpt.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
counter_rtc_qmsi.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
dualtimer_cmsdk_apb.h
Kconfig drivers/counter: stm32: Provide STM32 RTC driver using counter API 2019-02-07 16:14:00 -05:00
Kconfig.dtmr_cmsdk_apb drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
Kconfig.imx_epit kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.mcux_rtc drivers: counter: Introduce mcux rtc shim 2019-02-07 16:14:00 -05:00
Kconfig.nrfx drivers: counter: Move nRF TIMER and RTC configuration to device tree 2019-05-15 10:11:02 +02:00
Kconfig.qmsi kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.stm32_rtc drivers: counter: stm32: fix LSE clock source for not F4 SoC 2019-04-17 10:38:04 -05:00
Kconfig.tmr_cmsdk_apb drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00
timer_tmr_cmsdk_apb.c drivers: counter: Add flags to counter_config_info structure 2019-05-27 09:18:34 -04:00