nrf52840_pac::power::resetreas

Type Alias LOCKUP_R

Source
pub type LOCKUP_R = BitReader<LOCKUP_A>;
Expand description

Field LOCKUP reader - Reset from CPU lock-up detected

Aliased Type§

struct LOCKUP_R { /* private fields */ }

Implementations§

Source§

impl LOCKUP_R

Source

pub fn variant(&self) -> LOCKUP_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