Type Alias atsame54n::aes::ctrla::AESMODE_W

source ·
pub type AESMODE_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 3, O, AESMODESELECT_A>;
Expand description

Field AESMODE writer - AES Modes of operation

Aliased Type§

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

Implementations§

source§

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

source

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

Electronic code book mode

source

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

Cipher block chaining mode

source

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

Output feedback mode

source

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

Cipher feedback mode

source

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

Counter mode

source

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

CCM mode

source

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

Galois counter mode