nrf52840_pac::power::resetreas

Type Alias SREQ_R

Source
pub type SREQ_R = BitReader<SREQ_A>;
Expand description

Field SREQ reader - Reset from soft reset detected

Aliased Type§

struct SREQ_R { /* private fields */ }

Implementations§

Source§

impl SREQ_R

Source

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