pub enum Selselect {
Ldo = 0,
Buck = 1,
}
Expand description
Voltage Regulator Selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Selselect
impl Eq for Selselect
impl StructuralPartialEq for Selselect
Auto Trait Implementations§
impl Freeze for Selselect
impl RefUnwindSafe for Selselect
impl Send for Selselect
impl Sync for Selselect
impl Unpin for Selselect
impl UnwindSafe for Selselect
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