Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/drivers/B91/
Dstimer.h169 static inline _Bool clock_time_exceed(unsigned int ref, unsigned int us) in clock_time_exceed() argument
171 return ((unsigned int)(stimer_get_tick() - ref) > us * SYSTEM_TIMER_TICK_1US); in clock_time_exceed()