Type Alias atsame70n21b::dacc::mr::WORD_W

source ·
pub type WORD_W<'a, const O: u8> = BitWriter<'a, MR_SPEC, O, WORDSELECT_A>;
Expand description

Field WORD writer - Word Transfer Mode

Aliased Type§

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

Implementations§

source§

impl<'a, const O: u8> WORD_W<'a, O>

source

pub fn disabled(self) -> &'a mut W

One data to convert is written to the FIFO per access to DACC.

source

pub fn enabled(self) -> &'a mut W

Two data to convert are written to the FIFO per access to DACC (reduces the number of requests to DMA and the number of system bus accesses).