Home
last modified time | relevance | path

Searched refs:MIN_DELAY_CYC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/timer/
Dgecko_burtc_timer.c45 #define MIN_DELAY_CYC (6u) macro
102 if ((next - curr) < MIN_DELAY_CYC) { in burtc_isr()
153 if ((next - curr) < MIN_DELAY_CYC) { in sys_clock_set_timeout()
199 __ASSERT(g_cyc_per_tick >= MIN_DELAY_CYC, in burtc_init()
203 g_cyc_per_tick, MIN_DELAY_CYC, CONFIG_SYS_CLOCK_TICKS_PER_SEC, in burtc_init()
Dsilabs_sleeptimer_timer.c24 #define MIN_DELAY_CYC (4U) macro
84 while (next < (pending + MIN_DELAY_CYC)) { in sleeptimer_clock_set_timeout()
139 __ASSERT(timer->cyc_per_tick >= MIN_DELAY_CYC, in sleeptimer_init()
143 timer->cyc_per_tick, MIN_DELAY_CYC, CONFIG_SYS_CLOCK_TICKS_PER_SEC, in sleeptimer_init()