pub enum TXFIFOE_A {
NotEmpty,
Empty,
}
Expand description
Transmit FIFO empty
Value on reset: 0
Variants
NotEmpty
0: Transmit FIFO not empty
Empty
1: Transmit FIFO empty. When HW Flow Control is enabled, TXFIFOE signals becomes activated when the FIFO contains 2 words.
Trait Implementations
impl Copy for TXFIFOE_A
impl StructuralPartialEq for TXFIFOE_A
Auto Trait Implementations
impl RefUnwindSafe for TXFIFOE_A
impl Send for TXFIFOE_A
impl Sync for TXFIFOE_A
impl Unpin for TXFIFOE_A
impl UnwindSafe for TXFIFOE_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