Type Definition nrf52840_pac::wdt::config::HALT_W

source · []
pub type HALT_W<'a, const O: u8> = BitWriter<'a, u32, CONFIG_SPEC, HALT_A, O>;
Expand description

Field HALT writer - Configure the watchdog to either be paused, or kept running, while the CPU is halted by the debugger

Implementations

Pause watchdog while the CPU is halted by the debugger

Keep the watchdog running while the CPU is halted by the debugger