pub enum RXFIFOF_A {
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_A
impl StructuralPartialEq for RXFIFOF_A
Auto Trait Implementations§
impl Freeze for RXFIFOF_A
impl RefUnwindSafe for RXFIFOF_A
impl Send for RXFIFOF_A
impl Sync for RXFIFOF_A
impl Unpin for RXFIFOF_A
impl UnwindSafe for RXFIFOF_A
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