Type Alias nrf52840_hal::pac::wdt::config::HALT_W

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

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

Aliased Type§

struct HALT_W<'a, const O: u8> { /* private fields */ }