Type Alias atsame54n::sercom0::usart_ext::ctrla::DORD_W

source ·
pub type DORD_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, DORDSELECT_A>;
Expand description

Field DORD writer - Data Order

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> DORD_W<'a, REG, O>
where REG: Writable + RegisterSpec,

source

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

MSB is transmitted first

source

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

LSB is transmitted first