Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c57 uint32_t next_hi = powman_hw->read_time_upper; in powman_timer_get_ms() local
58 if (hi == next_hi) break; in powman_timer_get_ms()
59 hi = next_hi; in powman_timer_get_ms()
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/
Dtimer.c68 uint32_t next_hi = timer->timerawh; in timer_time_us_64() local
69 if (hi == next_hi) break; in timer_time_us_64()
70 hi = next_hi; in timer_time_us_64()