Type Alias AesmodeR

Source
pub type AesmodeR = FieldReader<Aesmodeselect>;
Expand description

Field AESMODE reader - AES Modes of operation

Aliased Type§

struct AesmodeR { /* private fields */ }

Implementations§

Source§

impl AesmodeR

Source

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

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