Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dxlnx_psttc_timer.c24 #define TICKS_PER_SEC CONFIG_SYS_CLOCK_TICKS_PER_SEC macro
26 #define CYCLES_PER_TICK (CYCLES_PER_SEC / TICKS_PER_SEC)
44 BUILD_ASSERT(CYCLES_PER_SEC >= TICKS_PER_SEC,
48 BUILD_ASSERT((CYCLES_PER_SEC % TICKS_PER_SEC) == 0,