Type Definition stm32g0::stm32g0c1::aes::sr::WRERR_R

source · []
pub type WRERR_R = BitReader<bool>;
Expand description

Field WRERR reader - Write error This flag indicates the detection of an unexpected write operation to the AES_DINR register (during computation or data output phase): The flag is set by hardware. It is cleared by software upon setting the ERRC bit of the AES_CR register. Upon the flag setting, an interrupt is generated if enabled through the ERRIE bit of the AES_CR register. The flag setting has no impact on the AES operation. Unexpected write is ignored.