Searched refs:TICKS_PER_SEC (Results 1 – 1 of 1) sorted by relevance
24 #define TICKS_PER_SEC CONFIG_SYS_CLOCK_TICKS_PER_SEC macro26 #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,