Type Alias atsamd51p::sercom0::usart_int::ctrla::SAMPR_W

source ·
pub type SAMPR_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 3, O, SAMPRSELECT_A>;
Expand description

Field SAMPR writer - Sample

Aliased Type§

struct SAMPR_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> SAMPR_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn _16x_arithmetic(self) -> &'a mut W<REG>

16x over-sampling using arithmetic baudrate generation

source

pub fn _16x_fractional(self) -> &'a mut W<REG>

16x over-sampling using fractional baudrate generation

source

pub fn _8x_arithmetic(self) -> &'a mut W<REG>

8x over-sampling using arithmetic baudrate generation

source

pub fn _8x_fractional(self) -> &'a mut W<REG>

8x over-sampling using fractional baudrate generation

source

pub fn _3x_arithmetic(self) -> &'a mut W<REG>

3x over-sampling using arithmetic baudrate generation