Enum zinc_hal_lpc11xx::ioregs::UART_fcr_fifoen [] [src]

pub enum UART_fcr_fifoen {
    Disabled,
    Enabled,
}

Variants

Disabled

UART FIFOs are disabled. Must not be used in the application.

Enabled

Active high enable for both UART Rx and TX FIFOs and FCR[7:1] access. This bit must be set for proper UART operation. Any transition on this bit will automatically clear the UART FIFOs.

Trait Implementations

Derived Implementations

impl PartialEq for UART_fcr_fifoen

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

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