Enum stm32wlxx_hal::pac::vrefbuf::csr::VRS_A
pub enum VRS_A {
V2048 = 0,
V25 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Voltage reference scale
Value on reset: 0
Variants§
V2048 = 0
0: Voltage reference set to VREF_OUT1 (around 2.048 V)
V25 = 1
1: Voltage reference set to VREF_OUT2 (around 2.5 V)
Trait Implementations§
impl Copy for VRS_A
impl StructuralPartialEq for VRS_A
Auto Trait Implementations§
impl RefUnwindSafe for VRS_A
impl Send for VRS_A
impl Sync for VRS_A
impl Unpin for VRS_A
impl UnwindSafe for VRS_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