Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_timer/
Dtimer.c101 void timer_busy_wait_ms(timer_hw_t *timer, uint32_t delay_ms) in timer_busy_wait_ms() function
139 timer_busy_wait_ms(PICO_DEFAULT_TIMER_INSTANCE(), delay_ms); in busy_wait_ms()
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/include/hardware/
Dtimer.h285 void timer_busy_wait_ms(timer_hw_t *timer, uint32_t delay_ms);