pub enum TXFIFOE_A {
NotEmpty = 0,
Empty = 1,
}
Expand description
Transmit FIFO empty
Value on reset: 0
Variants§
NotEmpty = 0
0: Transmit FIFO not empty
Empty = 1
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 Freeze for TXFIFOE_A
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§
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