Searched refs:hi_target (Results 1 – 2 of 2) sorted by relevance
116 uint32_t hi_target = (uint32_t)(target >> 32u); in time_reached() local118 return (hi >= hi_target && (timer_hw->timerawl >= (uint32_t) target || hi != hi_target)); in time_reached()
96 uint32_t hi_target = (uint32_t)(target >> 32u); in busy_wait_until() local98 while (hi < hi_target) { in busy_wait_until()102 while (hi == hi_target && timer_hw->timerawl < (uint32_t) target) { in busy_wait_until()
Completed in 3 milliseconds