nrf52840_pac::power::resetreas

Type Alias DIF_R

Source
pub type DIF_R = BitReader<DIF_A>;
Expand description

Field DIF reader - Reset due to wake up from System OFF mode when wakeup is triggered from entering into debug interface mode

Aliased Type§

struct DIF_R { /* private fields */ }

Implementations§

Source§

impl DIF_R

Source

pub fn variant(&self) -> DIF_A

Get enumerated values variant

Source

pub fn is_not_detected(&self) -> bool

Checks if the value of the field is NOT_DETECTED

Source

pub fn is_detected(&self) -> bool

Checks if the value of the field is DETECTED