Type Alias atsame70n21b::aes::mr::DUALBUFF_W

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

Field DUALBUFF writer - Dual Input Buffer

Aliased Type§

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

Implementations§

source§

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

source

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

AES_IDATARx cannot be written during processing of previous block.

source

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

AES_IDATARx can be written during processing of previous block when SMOD = 2. It speeds up the overall runtime of large files.