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