nrf52840_pac::wdt::runstatus

Type Alias 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

Source

pub fn variant(&self) -> RUNSTATUS_A

Get enumerated values variant

Source

pub fn is_not_running(&self) -> bool

Checks if the value of the field is NOT_RUNNING

Source

pub fn is_running(&self) -> bool

Checks if the value of the field is RUNNING