pub enum RXNEIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field RXNEIE
Variants§
DISABLED
Interrupt is disabled
ENABLED
Interrupt is generated whenever ORE=1 or RXNE=1 in the ISR register
Auto Trait Implementations§
impl Freeze for RXNEIEW
impl RefUnwindSafe for RXNEIEW
impl Send for RXNEIEW
impl Sync for RXNEIEW
impl Unpin for RXNEIEW
impl UnwindSafe for RXNEIEW
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