pub type CHMOD1_W<'a, REG> = FieldWriter<'a, REG, 2, CHMOD1, Safe>;
Expand description
Field CHMOD1
writer - Chaining mode selection, bit [2] Refer to the bits [5:6] of the register for the description of the CHMOD[2:0] bitfield CHMOD[1:0]: Chaining mode selection, bits [1:0] This bitfield, together with the bit CHMOD[2] forming CHMOD[2:0], selects the AES chaining mode: others: Reserved Attempts to write the bitfield are ignored when the EN bit of the AES_CR register is set before the write access and it is not cleared by that write access.
Aliased Type§
struct CHMOD1_W<'a, REG> { /* private fields */ }