Enum Adc4Ovsr
#[repr(u8)]pub enum Adc4Ovsr {
Mul2 = 0,
Mul4 = 1,
Mul8 = 2,
Mul16 = 3,
Mul32 = 4,
Mul64 = 5,
Mul128 = 6,
Mul256 = 7,
}Variants§
Mul2 = 0
2x oversampling ratio
Mul4 = 1
4x oversampling ratio
Mul8 = 2
8x oversampling ratio
Mul16 = 3
16x oversampling ratio
Mul32 = 4
32x oversampling ratio
Mul64 = 5
64x oversampling ratio
Mul128 = 6
128x oversampling ratio
Mul256 = 7
256x oversampling ratio
Implementations§
Trait Implementations§
impl Copy for Adc4Ovsr
impl Eq for Adc4Ovsr
§impl Ord for Adc4Ovsr
impl Ord for Adc4Ovsr
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Adc4Ovsr
impl PartialOrd for Adc4Ovsr
impl StructuralPartialEq for Adc4Ovsr
Auto Trait Implementations§
impl Freeze for Adc4Ovsr
impl RefUnwindSafe for Adc4Ovsr
impl Send for Adc4Ovsr
impl Sync for Adc4Ovsr
impl Unpin for Adc4Ovsr
impl UnsafeUnpin for Adc4Ovsr
impl UnwindSafe for Adc4Ovsr
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