[][src]Type Definition stm32l0::stm32l0x1::aes::cr::CHMOD_R

type CHMOD_R = R<u8, CHMOD_A>;

Reader of field CHMOD

Methods

impl CHMOD_R[src]

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

Checks if the value of the field is CTR