Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/include/hardware/
Dwatchdog.h54 void watchdog_reboot(uint32_t pc, uint32_t sp, uint32_t delay_ms);
/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/
Dwatchdog.c90 void watchdog_reboot(uint32_t pc, uint32_t sp, uint32_t delay_ms) { in watchdog_reboot() function
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dreset_interface.c141 watchdog_reboot(0, 0, PICO_STDIO_USB_RESET_RESET_TO_FLASH_DELAY_MS); in resetd_control_xfer_cb()