Enum zinc_hal_lpc11xx::ioregs::UART_fcr_rxfifores [] [src]

pub enum UART_fcr_rxfifores {
    NoImpact,
    ClearInterrupt,
}

Variants

NoImpact

No impact on either of UART FIFOs.

ClearInterrupt

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

Trait Implementations

Derived Implementations

impl PartialEq for UART_fcr_rxfifores

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

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