#[repr(u8)]
pub enum OSR_A {
OSR_1,
OSR_2,
OSR_4,
OSR_8,
OSR_16,
OSR_32,
}
Expand description
Sampling Rate
Value on reset: 0
Variants
OSR_1
0: No Over Sampling
OSR_2
1: 2x Over Sampling Ratio
OSR_4
2: 4x Over Sampling Ratio
OSR_8
3: 8x Over Sampling Ratio
OSR_16
4: 16x Over Sampling Ratio
OSR_32
5: 32x Over Sampling Ratio
Trait Implementations
impl Copy for OSR_A
impl StructuralPartialEq for OSR_A
Auto Trait Implementations
impl RefUnwindSafe for OSR_A
impl Send for OSR_A
impl Sync for OSR_A
impl Unpin for OSR_A
impl UnwindSafe for OSR_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more