pub enum RXFIFOF_A {
NotFull,
Full,
}
Expand description
Receive FIFO full
Value on reset: 0
Variants
NotFull
0: Transmit FIFO not full
Full
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 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more