Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_timer/include/hardware/
Dtimer.h322 uint32_t hi_target = (uint32_t)(target >> 32u); in timer_time_reached() local
324 return (hi >= hi_target && (timer->timerawl >= (uint32_t) target || hi != hi_target)); in timer_time_reached()
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/
Dtimer.c112 uint32_t hi_target = (uint32_t)(target >> 32u); in timer_busy_wait_until() local
114 while (hi < hi_target) { in timer_busy_wait_until()
118 while (hi == hi_target && timer->timerawl < (uint32_t) target) { in timer_busy_wait_until()