Type Alias nrf52840_pac::power::resetreas::OFF_R

source ·
pub type OFF_R = BitReader<OFF_A>;
Expand description

Field OFF reader - Reset due to wake up from System OFF mode when wakeup is triggered from DETECT signal from GPIO

Aliased Type§

struct OFF_R { /* private fields */ }

Implementations§

source§

impl OFF_R

source

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