[][src]Type Definition lpc55_pac::hashcrypt::ctrl::MODE_R

type MODE_R = R<u8, MODE_A>;

Reader of field Mode

Implementations

impl MODE_R[src]

pub fn variant(&self) -> Variant<u8, MODE_A>[src]

Get enumerated values variant

pub fn is_disabled(&self) -> bool[src]

Checks if the value of the field is DISABLED

pub fn is_sha1(&self) -> bool[src]

Checks if the value of the field is SHA1

pub fn is_sha2_256(&self) -> bool[src]

Checks if the value of the field is SHA2_256

pub fn is_aes(&self) -> bool[src]

Checks if the value of the field is AES

pub fn is_icb_aes(&self) -> bool[src]

Checks if the value of the field is ICB_AES