zephyr/drivers/timer
Ruibin Chang f2b9ba1b2c ITE drivers/timer: add disable event timer control
We add disable event timer at the beginning of critical section
for two reason:
1.For K_TICKS_FOREVER case: since no future timer interrupts
are expected or required, so we disable the event timer.
2.Others case: according it81202 spec, when timer enable bit
from 0->1, the timer will reload counts and start countdown.

Signed-off-by: Ruibin Chang <ruibin.chang@ite.com.tw>
2021-08-24 07:30:47 -04:00
..
CMakeLists.txt drivers: timer: build as static library 2021-08-17 06:06:03 -04:00
Kconfig timer: hpet: make it support EHL/PSE CPU 2021-08-11 11:30:05 -04:00
Kconfig.stm32_lptim drivers: timer: make lptim depend on the dt node 2021-06-24 21:06:25 -04:00
altera_avalon_timer_hal.c
apic_timer.c
apic_tsc.c
arcv2_timer0.c
arm_arch_timer.c
cavs_timer.c smp: limit the scope of some SMP-only functions 2021-07-23 16:06:54 -04:00
cc13x2_cc26x2_rtc_timer.c
cortex_m_systick.c
esp32c3_sys_timer.c driver: timer: esp32c3: added tickless support 2021-07-27 17:42:01 -04:00
hpet.c timer: hpet: make it support EHL/PSE CPU 2021-08-11 11:30:05 -04:00
ite_it8xxx2_timer.c ITE drivers/timer: add disable event timer control 2021-08-24 07:30:47 -04:00
leon_gptimer.c
litex_timer.c
mchp_xec_rtos_timer.c Microchip: XEC RTOS timer: Add MEC172x support to driver 2021-07-27 09:29:34 -04:00
mcux_lptmr_timer.c drivers: timer: add NXP LPTMR timer driver 2021-07-14 22:54:34 +03:00
mcux_os_timer.c tests: arch: arm_irq_vector_table: Update to run on MXRT685 2021-07-07 08:25:06 -04:00
native_posix_timer.c
npcx_itim_timer.c drivers: npcx: convert NPCX drivers clock client to DEVICE_DT_GET 2021-06-27 23:02:39 -04:00
nrf_rtc_timer.c drivers: timer: nrf_rtc_timer: Fix race condition 2021-07-19 12:02:27 +02:00
rcar_cmt_timer.c
riscv_machine_timer.c
rv32m1_lptmr_timer.c
sam0_rtc_timer.c
stm32_lptim_timer.c drivers: stm32_lptim_timer: add support for STM32WL series 2021-07-06 09:51:22 -04:00
sys_clock_init.c pm: use actions for device PM control 2021-08-04 08:23:01 -04:00
xlnx_psttc_timer.c
xlnx_psttc_timer_priv.h
xtensa_sys_timer.c