pub enum ERRIE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Error interrupts enable
Value on reset: 0
Variants§
DISABLED = 0
0: Error detection interrupts disabled
ENABLED = 1
1: Error detection interrupts enabled
Trait Implementations§
impl Copy for ERRIE_A
impl StructuralPartialEq for ERRIE_A
Auto Trait Implementations§
impl Freeze for ERRIE_A
impl RefUnwindSafe for ERRIE_A
impl Send for ERRIE_A
impl Sync for ERRIE_A
impl Unpin for ERRIE_A
impl UnwindSafe for ERRIE_A
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