[][src]Type Definition k210_pac::aes::mode_ctl::KEY_MODE_R

type KEY_MODE_R = R<u8, KEY_MODE_A>;

Reader of field key_mode

Methods

impl KEY_MODE_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is AES128

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

Checks if the value of the field is AES192

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

Checks if the value of the field is AES256