pub enum RXFIFOF {
NotFull = 0,
Full = 1,
}
Expand description
Receive FIFO full
Value on reset: 0
Variants§
NotFull = 0
0: Transmit FIFO not full
Full = 1
1: Receive FIFO full. When HW Flow Control is enabled, RXFIFOF signals becomes activated 2 words before the FIFO is full.
Trait Implementations§
impl Copy for RXFIFOF
impl Eq for RXFIFOF
impl StructuralPartialEq for RXFIFOF
Auto Trait Implementations§
impl Freeze for RXFIFOF
impl RefUnwindSafe for RXFIFOF
impl Send for RXFIFOF
impl Sync for RXFIFOF
impl Unpin for RXFIFOF
impl UnwindSafe for RXFIFOF
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