pub enum Confselect {
Bod33 = 0,
Forced = 1,
}
Expand description
Battery Backup Configuration
Value on reset: 0
Variants§
Bod33 = 0
0: The power switch is handled by the BOD33
Forced = 1
1: In Backup Domain, the backup domain is always supplied by battery backup power
Trait Implementations§
Source§impl Clone for Confselect
impl Clone for Confselect
Source§fn clone(&self) -> Confselect
fn clone(&self) -> Confselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Confselect
impl Debug for Confselect
Source§impl From<Confselect> for bool
impl From<Confselect> for bool
Source§fn from(variant: Confselect) -> Self
fn from(variant: Confselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Confselect
impl PartialEq for Confselect
impl Copy for Confselect
impl Eq for Confselect
impl StructuralPartialEq for Confselect
Auto Trait Implementations§
impl Freeze for Confselect
impl RefUnwindSafe for Confselect
impl Send for Confselect
impl Sync for Confselect
impl Unpin for Confselect
impl UnwindSafe for Confselect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more