Type Alias nrf52840_pac::power::resetreas::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