Enum Rxufe
pub enum Rxufe {
_0 = 0,
_1 = 1,
}Expand description
Receive FIFO Underflow Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: RXUF flag does not generate an interrupt to the host.
_1 = 1
1: RXUF flag generates an interrupt to the host.
Trait Implementations§
impl Copy for Rxufe
impl Eq for Rxufe
impl StructuralPartialEq for Rxufe
Auto Trait Implementations§
impl Freeze for Rxufe
impl RefUnwindSafe for Rxufe
impl Send for Rxufe
impl Sync for Rxufe
impl Unpin for Rxufe
impl UnwindSafe for Rxufe
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