Home
last modified time | relevance | path

Searched refs:TICKLESS (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/drivers/timer/
Dmips_cp0_timer.c26 #define TICKLESS IS_ENABLED(CONFIG_TICKLESS_KERNEL) macro
51 if (!TICKLESS) { in timer_isr()
61 sys_clock_announce(TICKLESS ? dticks : 1); in timer_isr()
68 if (!TICKLESS) { in sys_clock_set_timeout()
99 if (!TICKLESS) { in sys_clock_elapsed()
Dcortex_m_systick.c33 #define TICKLESS (IS_ENABLED(CONFIG_TICKLESS_KERNEL)) macro
162 if (TICKLESS) { in sys_clock_isr()
268 if (!TICKLESS) { in sys_clock_elapsed()
Dmcux_os_timer.c25 #define TICKLESS IS_ENABLED(CONFIG_TICKLESS_KERNEL) macro
44 if (!TICKLESS) { in mcux_lpc_ostick_isr()
Darcv2_timer0.c54 #define TICKLESS (IS_ENABLED(CONFIG_TICKLESS_KERNEL)) macro
254 sys_clock_announce(TICKLESS ? dticks : 1); in timer_int_handler()
362 if (!TICKLESS) { in sys_clock_elapsed()
Desp32c3_sys_timer.c33 #define TICKLESS IS_ENABLED(CONFIG_TICKLESS_KERNEL) macro
72 if (!TICKLESS) { in sys_timer_isr()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.9.rst105 * Added TICKLESS KERNEL support for nrf RTC Timer
Drelease-notes-1.10.rst88 * timer: Add Support for TICKLESS KERNEL in xtensa_sys_timer
Drelease-notes-2.3.rst549 * Fixed TICKLESS=n processing in nrf_rtc and stm32_lptim drivers
Drelease-notes-1.14.rst1118 * :github:`15361` - nRF timer: investigate race condition when setting clock timeout in TICKLESS mo…