pub enum MCEIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Max count error interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MCEIE
impl Eq for MCEIE
impl StructuralPartialEq for MCEIE
Auto Trait Implementations§
impl Freeze for MCEIE
impl RefUnwindSafe for MCEIE
impl Send for MCEIE
impl Sync for MCEIE
impl Unpin for MCEIE
impl UnwindSafe for MCEIE
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