#[repr(u8)]
pub enum SAMPR_A {
_16X_ARITHMETIC,
_16X_FRACTIONAL,
_8X_ARITHMETIC,
_8X_FRACTIONAL,
_3X_ARITHMETIC,
}
Expand description
Sample
Value on reset: 0
Variants
_16X_ARITHMETIC
0: 16x over-sampling using arithmetic baudrate generation
_16X_FRACTIONAL
1: 16x over-sampling using fractional baudrate generation
_8X_ARITHMETIC
2: 8x over-sampling using arithmetic baudrate generation
_8X_FRACTIONAL
3: 8x over-sampling using fractional baudrate generation
_3X_ARITHMETIC
4: 3x over-sampling using arithmetic baudrate generation
Trait Implementations
impl Copy for SAMPR_A
impl StructuralPartialEq for SAMPR_A
Auto Trait Implementations
impl RefUnwindSafe for SAMPR_A
impl Send for SAMPR_A
impl Sync for SAMPR_A
impl Unpin for SAMPR_A
impl UnwindSafe for SAMPR_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