Type Alias CipherW

Source
pub type CipherW<'a, REG> = BitWriter<'a, REG, Cipherselect>;
Expand description

Field CIPHER writer - Cipher Mode

Aliased Type§

struct CipherW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> CipherW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

Decryption

Source

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

Encryption