Type Definition stm32wl::stm32wl5x_cm4::aes::cr::CHMOD_W

source · []
pub type CHMOD_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CR_SPEC, u8, CHMOD_A, 2, O>;
Expand description

Field CHMOD writer - AES chaining mode Bit1 Bit0

Implementations

Electronic codebook (ECB) / Counter with CBC-MAC (CCM) if CHMOD2 is 1

Cipher-block chaining (CBC)

Counter mode (CTR)

Galois counter mode (GCM) and Galois message authentication code (GMAC)