[−][src]Type Definition lpc55_pac::hashcrypt::cryptcfg::AESMODE_R
type AESMODE_R = R<u8, AESMODE_A>;
Reader of field AESMODE
Implementations
impl AESMODE_R[src]
pub fn variant(&self) -> Variant<u8, AESMODE_A>[src]
Get enumerated values variant
pub fn is_ecb(&self) -> bool[src]
Checks if the value of the field is ECB
pub fn is_cbc(&self) -> bool[src]
Checks if the value of the field is CBC
pub fn is_ctr(&self) -> bool[src]
Checks if the value of the field is CTR