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