Type Definition stm32wl::stm32wle5::aes::cr::CHMOD2_W

source · []
pub type CHMOD2_W<'a, const O: u8> = BitWriter<'a, u32, CR_SPEC, CHMOD2_A, O>;
Expand description

Field CHMOD2 writer - AES chaining mode Bit2

Implementations

Mode as per CHMOD (ECB, CBC, CTR, GCM)

Counter with CBC-MAC (CCM) - CHMOD must be 0 (ECB)