Type Alias atsame54n::sercom0::usart_ext::ctrlc::DATA32B_R

source ·
pub type DATA32B_R = FieldReader<DATA32BSELECT_A>;
Expand description

Field DATA32B reader - Data 32 Bit

Aliased Type§

struct DATA32B_R { /* private fields */ }

Implementations§

source§

impl DATA32B_R

source

pub const fn variant(&self) -> DATA32BSELECT_A

Get enumerated values variant

source

pub fn is_data_read_write_chsize(&self) -> bool

Data reads and writes according CTRLB.CHSIZE

source

pub fn is_data_read_chsize_write_32bit(&self) -> bool

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

source

pub fn is_data_read_32bit_write_chsize(&self) -> bool

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

source

pub fn is_data_read_write_32bit(&self) -> bool

Data reads and writes according 32-bit extension