#[repr(u8)]pub enum SVOS {
Scale5 = 1,
Scale4 = 2,
Scale3 = 3,
}Expand description
system Stop mode voltage scaling selection These bits control the V sub CORE /sub voltage level in system Stop mode, to obtain the best trade-off between power consumption and performance.
Value on reset: 3
Variants§
Trait Implementations§
impl Copy for SVOS
impl Eq for SVOS
impl IsEnum for SVOS
impl StructuralPartialEq for SVOS
Auto Trait Implementations§
impl Freeze for SVOS
impl RefUnwindSafe for SVOS
impl Send for SVOS
impl Sync for SVOS
impl Unpin for SVOS
impl UnwindSafe for SVOS
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