Enum stm32wlxx_hal::pac::adc::cfgr2::OVSR_A
#[repr(u8)]pub enum OVSR_A {
Mul2 = 0,
Mul4 = 1,
Mul8 = 2,
Mul16 = 3,
Mul32 = 4,
Mul64 = 5,
Mul128 = 6,
Mul256 = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
OVSR0
Value on reset: 0
Variants§
Mul2 = 0
0: 2x
Mul4 = 1
1: 4x
Mul8 = 2
2: 8x
Mul16 = 3
3: 16x
Mul32 = 4
4: 32x
Mul64 = 5
5: 64x
Mul128 = 6
6: 128x
Mul256 = 7
7: 256x
Trait Implementations§
impl Copy for OVSR_A
impl StructuralPartialEq for OVSR_A
Auto Trait Implementations§
impl RefUnwindSafe for OVSR_A
impl Send for OVSR_A
impl Sync for OVSR_A
impl Unpin for OVSR_A
impl UnwindSafe for OVSR_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