Type Alias atsame51n::aes::ctrla::CIPHER_R

source ·
pub type CIPHER_R = BitReader<CIPHERSELECT_A>;
Expand description

Field CIPHER reader - Cipher Mode

Aliased Type§

struct CIPHER_R { /* private fields */ }

Implementations§

source§

impl CIPHER_R

source

pub const fn variant(&self) -> CIPHERSELECT_A

Get enumerated values variant

source

pub fn is_dec(&self) -> bool

Decryption

source

pub fn is_enc(&self) -> bool

Encryption