Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/
Dwatchdog.c77 #define WATCHDOG_NON_REBOOT_MAGIC 0x6ab73121 macro
82 watchdog_hw->scratch[4] = WATCHDOG_NON_REBOOT_MAGIC; in watchdog_enable()
124 return watchdog_hw->reason && watchdog_hw->scratch[4] == WATCHDOG_NON_REBOOT_MAGIC; in watchdog_enable_caused_reboot()