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

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