#[repr(u8)]pub enum Osrselect {
Osr1 = 0,
Osr2 = 1,
Osr4 = 2,
Osr8 = 3,
Osr16 = 4,
Osr32 = 5,
}
Expand description
Sampling Rate
Value on reset: 0
Variants§
Osr1 = 0
0: No Over Sampling
Osr2 = 1
1: 2x Over Sampling Ratio
Osr4 = 2
2: 4x Over Sampling Ratio
Osr8 = 3
3: 8x Over Sampling Ratio
Osr16 = 4
4: 16x Over Sampling Ratio
Osr32 = 5
5: 32x Over Sampling Ratio
Trait Implementations§
impl Copy for Osrselect
impl Eq for Osrselect
impl IsEnum for Osrselect
impl StructuralPartialEq for Osrselect
Auto Trait Implementations§
impl Freeze for Osrselect
impl RefUnwindSafe for Osrselect
impl Send for Osrselect
impl Sync for Osrselect
impl Unpin for Osrselect
impl UnwindSafe for Osrselect
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