pub type CfbsW<'a, REG> = FieldWriter<'a, REG, 3, Cfbsselect>;
Expand description
Field CFBS
writer - Cipher Feedback Block Size
Aliased Type§
struct CfbsW<'a, REG> { /* private fields */ }
Implementations§
Source§impl<'a, REG> CfbsW<'a, REG>
impl<'a, REG> CfbsW<'a, REG>
Sourcepub fn _128bit(self) -> &'a mut W<REG>
pub fn _128bit(self) -> &'a mut W<REG>
128-bit Input data block for Encryption/Decryption in Cipher Feedback mode
Sourcepub fn _64bit(self) -> &'a mut W<REG>
pub fn _64bit(self) -> &'a mut W<REG>
64-bit Input data block for Encryption/Decryption in Cipher Feedback mode
Sourcepub fn _32bit(self) -> &'a mut W<REG>
pub fn _32bit(self) -> &'a mut W<REG>
32-bit Input data block for Encryption/Decryption in Cipher Feedback mode