Type Alias atsamd51p::aes::ctrla::AESMODE_R

source ·
pub type AESMODE_R = FieldReader<AESMODESELECT_A>;
Expand description

Field AESMODE reader - AES Modes of operation

Aliased Type§

struct AESMODE_R { /* private fields */ }

Implementations§

source§

impl AESMODE_R

source

pub const fn variant(&self) -> Option<AESMODESELECT_A>

Get enumerated values variant

source

pub fn is_ecb(&self) -> bool

Electronic code book mode

source

pub fn is_cbc(&self) -> bool

Cipher block chaining mode

source

pub fn is_ofb(&self) -> bool

Output feedback mode

source

pub fn is_cfb(&self) -> bool

Cipher feedback mode

source

pub fn is_counter(&self) -> bool

Counter mode

source

pub fn is_ccm(&self) -> bool

CCM mode

source

pub fn is_gcm(&self) -> bool

Galois counter mode