Type Alias atsame54n::aes::ctrla::KEYSIZE_R

source ·
pub type KEYSIZE_R = FieldReader<KEYSIZESELECT_A>;
Expand description

Field KEYSIZE reader - Encryption Key Size

Aliased Type§

struct KEYSIZE_R { /* private fields */ }

Implementations§

source§

impl KEYSIZE_R

source

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

Get enumerated values variant

source

pub fn is_128bit(&self) -> bool

128-bit Key for Encryption / Decryption

source

pub fn is_192bit(&self) -> bool

192-bit Key for Encryption / Decryption

source

pub fn is_256bit(&self) -> bool

256-bit Key for Encryption / Decryption