Type Definition atsam4e16c_pac::aes::mr::OPMOD_R[][src]

type OPMOD_R = R<u8, OPMOD_A>;

Reader of field OPMOD

Implementations

impl OPMOD_R[src]

pub fn variant(&self) -> Variant<u8, OPMOD_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_ctr(&self) -> bool[src]

Checks if the value of the field is CTR