Searched defs:delay_ms (Results 1 – 4 of 4) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/ |
D | watchdog.c | 43 void _watchdog_enable(uint32_t delay_ms, bool pause_on_debug) { in _watchdog_enable() 79 void watchdog_enable(uint32_t delay_ms, bool pause_on_debug) { in watchdog_enable() 90 void watchdog_reboot(uint32_t pc, uint32_t sp, uint32_t delay_ms) { in watchdog_reboot()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/ |
D | timer.c | 101 void timer_busy_wait_ms(timer_hw_t *timer, uint32_t delay_ms) in timer_busy_wait_ms() 137 void busy_wait_ms(uint32_t delay_ms) in busy_wait_ms()
|
/hal_rpi_pico-latest/src/common/pico_time/include/pico/ |
D | time.h | 783 static inline bool alarm_pool_add_repeating_timer_ms(alarm_pool_t *pool, int32_t delay_ms, repeatin… in alarm_pool_add_repeating_timer_ms() 826 static inline bool add_repeating_timer_ms(int32_t delay_ms, repeating_timer_callback_t callback, vo… in add_repeating_timer_ms()
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/ |
D | bootrom.h | 476 static inline int rom_reboot(uint32_t flags, uint32_t delay_ms, uint32_t p0, uint32_t p1) { in rom_reboot()
|