#[repr(u8)]pub enum OVSR {
Os2 = 0,
Os4 = 1,
Os8 = 2,
Os16 = 3,
Os32 = 4,
Os64 = 5,
Os128 = 6,
Os256 = 7,
}
Expand description
Oversampling ratio
Value on reset: 0
Variants§
Os2 = 0
0: Oversampling ratio of 2
Os4 = 1
1: Oversampling ratio of 4
Os8 = 2
2: Oversampling ratio of 8
Os16 = 3
3: Oversampling ratio of 16
Os32 = 4
4: Oversampling ratio of 32
Os64 = 5
5: Oversampling ratio of 64
Os128 = 6
6: Oversampling ratio of 128
Os256 = 7
7: Oversampling ratio of 256
Trait Implementations§
impl Copy for OVSR
impl Eq for OVSR
impl IsEnum for OVSR
impl StructuralPartialEq for OVSR
Auto Trait Implementations§
impl Freeze for OVSR
impl RefUnwindSafe for OVSR
impl Send for OVSR
impl Sync for OVSR
impl Unpin for OVSR
impl UnwindSafe for OVSR
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