pub enum SEL_A {
LDO,
BUCK,
}
Expand description
Voltage Regulator Selection
Value on reset: 0
Variants
LDO
0: LDO selection
BUCK
1: Buck selection
Trait Implementations
impl Copy for SEL_A
impl StructuralPartialEq for SEL_A
Auto Trait Implementations
impl RefUnwindSafe for SEL_A
impl Send for SEL_A
impl Sync for SEL_A
impl Unpin for SEL_A
impl UnwindSafe for SEL_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