Type Alias nrf52840_pac::power::resetreas::RESETPIN_R
source · pub type RESETPIN_R = BitReader<RESETPIN_A>;
Expand description
Field RESETPIN
reader - Reset from pin-reset detected
Aliased Type§
struct RESETPIN_R { /* private fields */ }
Implementations§
source§impl RESETPIN_R
impl RESETPIN_R
sourcepub fn variant(&self) -> RESETPIN_A
pub fn variant(&self) -> RESETPIN_A
Get enumerated values variant
sourcepub fn is_not_detected(&self) -> bool
pub fn is_not_detected(&self) -> bool
Checks if the value of the field is NOT_DETECTED
sourcepub fn is_detected(&self) -> bool
pub fn is_detected(&self) -> bool
Checks if the value of the field is DETECTED