zephyr/drivers/counter
Loic Poulain 90a42bbd45 drivers: counter: mcux_gpt: Add count-up flag
The GPT based counter is a count up timer.
This fixes counter_basic_api tests.

Fix over 80 chars coding style issue.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
2019-12-18 07:30:36 -06:00
..
CMakeLists.txt drivers: counters: Fix coding style issues 2019-09-24 11:40:53 -07:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.cmos kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.dtmr_cmsdk_apb kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.gecko kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.imx_epit kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcux_gpt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcux_rtc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.nrfx kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32_rtc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.template.sam0_tc32 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.tmr_cmsdk_apb kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.xec kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
counter_cmos.c drivers/counter_cmos.c: Add config struct 2019-07-18 11:06:20 -04:00
counter_gecko_rtcc.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
counter_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
counter_imx_epit.c cleanup: include/: move counter.h to drivers/counter.h 2019-06-27 22:55:49 -04:00
counter_ll_stm32_rtc.c soc: arm: st_stm32: stm32l1: Add RTC/Counter support 2019-10-18 10:40:45 -05:00
counter_mchp_xec.c counter: mchp_xec: update driver for counter tests 2019-12-09 11:53:21 -05:00
counter_mcux_gpt.c drivers: counter: mcux_gpt: Add count-up flag 2019-12-18 07:30:36 -06:00
counter_mcux_rtc.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
counter_nrfx_rtc.c various: Cleanup COND_CODE_1 usage or replace with IF_ENABLED() 2019-12-18 08:14:52 -05:00
counter_nrfx_timer.c drivers: nrfx: Update implementations after switching to nrfx 2.0.0 2019-11-08 14:54:12 +01:00
counter_sam0_tc32.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
dualtimer_cmsdk_apb.h cleanup: include/: move counter.h to drivers/counter.h 2019-06-27 22:55:49 -04:00
timer_cmsdk_apb.h cleanup: include/: move counter.h to drivers/counter.h 2019-06-27 22:55:49 -04:00
timer_dtmr_cmsdk_apb.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
timer_tmr_cmsdk_apb.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00