Type Alias nrf52840_pac::wdt::runstatus::RUNSTATUS_R
source · pub type RUNSTATUS_R = BitReader<RUNSTATUS_A>;
Expand description
Field RUNSTATUS
reader - Indicates whether or not the watchdog is running
Aliased Type§
struct RUNSTATUS_R { /* private fields */ }
Implementations§
source§impl RUNSTATUS_R
impl RUNSTATUS_R
sourcepub fn variant(&self) -> RUNSTATUS_A
pub fn variant(&self) -> RUNSTATUS_A
Get enumerated values variant
sourcepub fn is_not_running(&self) -> bool
pub fn is_not_running(&self) -> bool
Checks if the value of the field is NOT_RUNNING
sourcepub fn is_running(&self) -> bool
pub fn is_running(&self) -> bool
Checks if the value of the field is RUNNING