Type Alias atsame54n::sercom0::usart_ext::ctrlc::DATA32B_W

source ·
pub type DATA32B_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 2, O, DATA32BSELECT_A>;
Expand description

Field DATA32B writer - Data 32 Bit

Aliased Type§

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

Implementations§

source§

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

source

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

Data reads and writes according CTRLB.CHSIZE

source

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

Data reads according CTRLB.CHSIZE and writes according 32-bit extension

source

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

Data reads according 32-bit extension and writes according CTRLB.CHSIZE

source

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

Data reads and writes according 32-bit extension