Enum stm32wlxx_hal::pac::pwr::cr1::VOS_A
#[repr(u8)]pub enum VOS_A {
V12 = 1,
V10 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Voltage scaling range selection
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for VOS_A
impl StructuralPartialEq for VOS_A
Auto Trait Implementations§
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