[][src]Type Definition atsams70q19::aes::aes_mr::OPMOD_R

type OPMOD_R = FR<u8, OPMODR>;

Reader of the field

Methods

impl OPMOD_R[src]

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

Checks if the value of the field is CTR

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

Checks if the value of the field is GCM