Type Alias nrf52840_pac::power::resetreas::LPCOMP_R

source ·
pub type LPCOMP_R = BitReader<LPCOMP_A>;
Expand description

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

Aliased Type§

struct LPCOMP_R { /* private fields */ }

Implementations§

source§

impl LPCOMP_R

source

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