Type Alias nrf52840_pac::power::resetreas::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