nrf52840_pac::power::resetreas

Type Alias DOG_R

Source
pub type DOG_R = BitReader<DOG_A>;
Expand description

Field DOG reader - Reset from watchdog detected

Aliased Type§

struct DOG_R { /* private fields */ }

Implementations§

Source§

impl DOG_R

Source

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