Type Alias nrf52840_pac::power::pofcon::POF_R

source ·
pub type POF_R = BitReader<POF_A>;
Expand description

Field POF reader - Enable or disable power failure warning

Aliased Type§

struct POF_R { /* private fields */ }

Implementations§

source§

impl POF_R

source

pub fn variant(&self) -> POF_A

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED

source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED