Enum Escie1
pub enum Escie1 {
_0 = 0,
_1 = 1,
}Expand description
ESCIE1
Value on reset: 0
Variants§
_0 = 0
0: Interrupt notification of Memory 1 single-bit correction events is disabled.
_1 = 1
1: Interrupt notification of Memory 1 single-bit correction events is enabled.
Trait Implementations§
impl Copy for Escie1
impl Eq for Escie1
impl StructuralPartialEq for Escie1
Auto Trait Implementations§
impl Freeze for Escie1
impl RefUnwindSafe for Escie1
impl Send for Escie1
impl Sync for Escie1
impl Unpin for Escie1
impl UnwindSafe for Escie1
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