pub enum EIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Error interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is inhibited
Enabled = 1
1: An interrupt is generated when FE=1 or ORE=1 or NF=1 in the ISR register
Trait Implementations§
impl Copy for EIE
impl Eq for EIE
impl StructuralPartialEq for EIE
Auto Trait Implementations§
impl Freeze for EIE
impl RefUnwindSafe for EIE
impl Send for EIE
impl Sync for EIE
impl Unpin for EIE
impl UnwindSafe for EIE
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