Type Definition atsame54n19a_pac::aes::ctrla::AESMODE_R[][src]

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_ofb(&self) -> bool[src]

Checks if the value of the field is OFB

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

Checks if the value of the field is CFB

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

Checks if the value of the field is COUNTER

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

Checks if the value of the field is CCM

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

Checks if the value of the field is GCM