#[repr(u8)]pub enum OVSS {
NoShift = 0,
Shift1bit = 1,
Shift2bit = 2,
Shift3bit = 3,
Shift4bit = 4,
Shift5bit = 5,
Shift6bit = 6,
Shift7bit = 7,
Shift8bit = 8,
}Expand description
Oversampling shift
Value on reset: 0
Variants§
NoShift = 0
0: No Shift
Shift1bit = 1
1: Shift 1-bit
Shift2bit = 2
2: Shift 2-bit
Shift3bit = 3
3: Shift 3-bit
Shift4bit = 4
4: Shift 4-bit
Shift5bit = 5
5: Shift 5-bit
Shift6bit = 6
6: Shift 6-bit
Shift7bit = 7
7: Shift 7-bit
Shift8bit = 8
8: Shift 8-bit
Trait Implementations§
impl Copy for OVSS
impl Eq for OVSS
impl IsEnum for OVSS
impl StructuralPartialEq for OVSS
Auto Trait Implementations§
impl Freeze for OVSS
impl RefUnwindSafe for OVSS
impl Send for OVSS
impl Sync for OVSS
impl Unpin for OVSS
impl UnwindSafe for OVSS
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