Type Alias ActionR

Source
pub type ActionR = FieldReader<Actionselect>;
Expand description

Field ACTION reader - Action when Threshold Crossed

Aliased Type§

struct ActionR { /* private fields */ }

Implementations§

Source§

impl ActionR

Source

pub const fn variant(&self) -> Actionselect

Get enumerated values variant

Source

pub fn is_none(&self) -> bool

No action

Source

pub fn is_reset(&self) -> bool

The BOD33 generates a reset

Source

pub fn is_int(&self) -> bool

The BOD33 generates an interrupt

Source

pub fn is_bkup(&self) -> bool

The BOD33 puts the device in backup sleep mode