Enum stm32wlxx_hal::adc::OversampleShift
#[repr(u8)]pub enum OversampleShift {
NoShift = 0,
Shift1 = 1,
Shift2 = 2,
Shift3 = 3,
Shift4 = 4,
Shift5 = 5,
Shift6 = 6,
Shift7 = 7,
Shift8 = 8,
}
Available on non-crate feature
stm32wl5x_cm0p
only.Expand description
OVSS0
Value on reset: 0
Variants§
NoShift = 0
0: No shift
Shift1 = 1
1: Shift 1-bit
Shift2 = 2
2: Shift 2-bits
Shift3 = 3
3: Shift 3-bits
Shift4 = 4
4: Shift 4-bits
Shift5 = 5
5: Shift 5-bits
Shift6 = 6
6: Shift 6-bits
Shift7 = 7
7: Shift 7-bits
Shift8 = 8
8: Shift 8-bits
Trait Implementations§
impl Copy for OVSS_A
impl StructuralPartialEq for OVSS_A
Auto Trait Implementations§
impl RefUnwindSafe for OVSS_A
impl Send for OVSS_A
impl Sync for OVSS_A
impl Unpin for OVSS_A
impl UnwindSafe for OVSS_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