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