pub enum EIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field EIE
Variants§
DISABLED
Interrupt is inhibited
ENABLED
An interrupt is generated when FE=1 or ORE=1 or NF=1 in the ISR register
Auto Trait Implementations§
impl Freeze for EIEW
impl RefUnwindSafe for EIEW
impl Send for EIEW
impl Sync for EIEW
impl Unpin for EIEW
impl UnwindSafe for EIEW
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