pub enum CONF_A {
BOD33,
FORCED,
}
Expand description
Battery Backup Configuration
Value on reset: 0
Variants
BOD33
0: The power switch is handled by the BOD33
FORCED
1: In Backup Domain, the backup domain is always supplied by battery backup power
Trait Implementations
impl Copy for CONF_A
impl StructuralPartialEq for CONF_A
Auto Trait Implementations
impl RefUnwindSafe for CONF_A
impl Send for CONF_A
impl Sync for CONF_A
impl Unpin for CONF_A
impl UnwindSafe for CONF_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