[][src]Type Definition esp32::aes::mode::MODE_R

type MODE_R = R<u8, MODE_A>;

Reader of field MODE

Implementations

impl MODE_R[src]

pub fn variant(&self) -> Variant<u8, MODE_A>[src]

Get enumerated values variant

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

Checks if the value of the field is AES128_ENCRYPT

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

Checks if the value of the field is AES192_ENCRYPT

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

Checks if the value of the field is AES256_ENCRYPT

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

Checks if the value of the field is AES128_DECRYPT

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

Checks if the value of the field is AES192_DECRYPT

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

Checks if the value of the field is AES256_DECRYPT