#[repr(u8)]
pub enum ACTION_A {
NONE,
RESET,
INT,
BKUP,
}
Expand description
Action when Threshold Crossed
Value on reset: 0
Variants
NONE
0: No action
RESET
1: The BOD33 generates a reset
INT
2: The BOD33 generates an interrupt
BKUP
3: The BOD33 puts the device in backup sleep mode
Trait Implementations
impl Copy for ACTION_A
impl StructuralPartialEq for ACTION_A
Auto Trait Implementations
impl RefUnwindSafe for ACTION_A
impl Send for ACTION_A
impl Sync for ACTION_A
impl Unpin for ACTION_A
impl UnwindSafe for ACTION_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more