Searched refs:us (Results 1 – 1 of 1) sorted by relevance
169 static inline _Bool clock_time_exceed(unsigned int ref, unsigned int us) in clock_time_exceed() argument171 return ((unsigned int)(stimer_get_tick() - ref) > us * SYSTEM_TIMER_TICK_1US); in clock_time_exceed()