Type Alias atsamd51p::aes::ctrla::CIPHER_W

source ·
pub type CIPHER_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, CIPHERSELECT_A>;
Expand description

Field CIPHER writer - Cipher Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG, const O: u8> CIPHER_W<'a, REG, O>
where REG: Writable + RegisterSpec,

source

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

Decryption

source

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

Encryption