#[repr(u8)]pub enum VOS_A {
Scale3 = 1,
Scale2 = 2,
Scale1 = 3,
}Expand description
Regulator voltage scaling output selection
Value on reset: 3
Variants§
Trait Implementations§
impl Copy for VOS_A
impl StructuralPartialEq for VOS_A
Auto Trait Implementations§
impl Freeze for VOS_A
impl RefUnwindSafe for VOS_A
impl Send for VOS_A
impl Sync for VOS_A
impl Unpin for VOS_A
impl UnwindSafe for VOS_A
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