Type Alias CfbsR

Source
pub type CfbsR = FieldReader<Cfbsselect>;
Expand description

Field CFBS reader - Cipher Feedback Block Size

Aliased Type§

struct CfbsR { /* private fields */ }

Implementations§

Source§

impl CfbsR

Source

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

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