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

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

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

Checks if the value of the field is GCM