Enum zinc_hal_lpc11xx::ioregs::UART_fcr_txfifores [] [src]

pub enum UART_fcr_txfifores {
    NoImpact,
    ClearInterrupt,
}

Variants

NoImpact

No impact on either of UART FIFOs.

ClearInterrupt

Writing a logic 1 to FCR[2] will clear all bytes in UART TX FIFO, reset the pointer logic. This bit is self-clearing.

Trait Implementations

Derived Implementations

impl PartialEq for UART_fcr_txfifores

fn eq(&self, __arg_0: &UART_fcr_txfifores) -> bool

fn ne(&self, __arg_0: &UART_fcr_txfifores) -> bool