Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_timer/include/hardware/
A Dtimer.h116 uint32_t hi_target = (uint32_t)(target >> 32u); in time_reached() local
118 return (hi >= hi_target && (timer_hw->timerawl >= (uint32_t) target || hi != hi_target)); in time_reached()
/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c96 uint32_t hi_target = (uint32_t)(target >> 32u); in busy_wait_until() local
98 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