Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/
Dwatchdog.c43 void _watchdog_enable(uint32_t delay_ms, bool pause_on_debug) { in _watchdog_enable() argument
54 if (pause_on_debug) { in _watchdog_enable()
79 void watchdog_enable(uint32_t delay_ms, bool pause_on_debug) { in watchdog_enable() argument
83 _watchdog_enable(delay_ms, pause_on_debug); in watchdog_enable()
/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/include/hardware/
Dwatchdog.h87 void watchdog_enable(uint32_t delay_ms, bool pause_on_debug);