Type Alias atsamd51p::aes::ctrla::CFBS_R

source ·
pub type CFBS_R = FieldReader<CFBSSELECT_A>;
Expand description

Field CFBS reader - Cipher Feedback Block Size

Aliased Type§

struct CFBS_R { /* private fields */ }

Implementations§

source§

impl CFBS_R

source

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

Get enumerated values variant

source

pub fn is_128bit(&self) -> bool

128-bit Input data block for Encryption/Decryption in Cipher Feedback mode

source

pub fn is_64bit(&self) -> bool

64-bit Input data block for Encryption/Decryption in Cipher Feedback mode

source

pub fn is_32bit(&self) -> bool

32-bit Input data block for Encryption/Decryption in Cipher Feedback mode

source

pub fn is_16bit(&self) -> bool

16-bit Input data block for Encryption/Decryption in Cipher Feedback mode

source

pub fn is_8bit(&self) -> bool

8-bit Input data block for Encryption/Decryption in Cipher Feedback mode