Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c52 uint32_t next_hi = timer_hw->timerawh; in time_us_64() local
53 if (hi == next_hi) break; in time_us_64()
54 hi = next_hi; in time_us_64()

Completed in 3 milliseconds