pub enum RWEIF {
NoError = 0,
Error = 1,
}Expand description
Read or write error interrupt flag This read-only bit is set by hardware when a RDERR or a WRERR error flag is set in the AES_SR register. RWEIF bit is cleared when application sets the corresponding bit of AES_ICR register. An interrupt is generated if the RWEIE bit has been previously set in the AES_IER register. This flags has no meaning when key derivation mode is selected.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RWEIF
impl Eq for RWEIF
impl StructuralPartialEq for RWEIF
Auto Trait Implementations§
impl Freeze for RWEIF
impl RefUnwindSafe for RWEIF
impl Send for RWEIF
impl Sync for RWEIF
impl Unpin for RWEIF
impl UnwindSafe for RWEIF
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more