pub struct SAMPR_W<'a> { /* private fields */ }Expand description
Field SAMPR writer - Sample
Implementations
sourceimpl<'a> SAMPR_W<'a>
 
impl<'a> SAMPR_W<'a>
sourcepub fn _16x_arithmetic(self) -> &'a mut W
 
pub fn _16x_arithmetic(self) -> &'a mut W
16x over-sampling using arithmetic baudrate generation
sourcepub fn _16x_fractional(self) -> &'a mut W
 
pub fn _16x_fractional(self) -> &'a mut W
16x over-sampling using fractional baudrate generation
sourcepub fn _8x_arithmetic(self) -> &'a mut W
 
pub fn _8x_arithmetic(self) -> &'a mut W
8x over-sampling using arithmetic baudrate generation
sourcepub fn _8x_fractional(self) -> &'a mut W
 
pub fn _8x_fractional(self) -> &'a mut W
8x over-sampling using fractional baudrate generation
sourcepub fn _3x_arithmetic(self) -> &'a mut W
 
pub fn _3x_arithmetic(self) -> &'a mut W
3x over-sampling using arithmetic baudrate generation
Auto Trait Implementations
impl<'a> RefUnwindSafe for SAMPR_W<'a>
impl<'a> Send for SAMPR_W<'a>
impl<'a> Sync for SAMPR_W<'a>
impl<'a> Unpin for SAMPR_W<'a>
impl<'a> !UnwindSafe for SAMPR_W<'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