Type Alias nrf52840_pac::wdt::config::HALT_R

source ·
pub type HALT_R = BitReader<HALT_A>;
Expand description

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

Aliased Type§

struct HALT_R { /* private fields */ }

Implementations§

source§

impl HALT_R

source

pub fn variant(&self) -> HALT_A

Get enumerated values variant

source

pub fn is_pause(&self) -> bool

Checks if the value of the field is PAUSE

source

pub fn is_run(&self) -> bool

Checks if the value of the field is RUN