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