Type Definition stm32g0::stm32g0c1::aes::sr::RDERR_R

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

Field RDERR reader - Read error flag This flag indicates the detection of an unexpected read operation from the AES_DOUTR register (during computation or data input 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 read returns zero.