Enum zinc_hal_lpc11xx::ioregs::UART_lsr_temt [] [src]

pub enum UART_lsr_temt {
    Valid,
    Empty,
}

Variants

Valid

THR and/or the TSR contains valid data.

Empty

THR and the TSR are empty.

Trait Implementations

Derived Implementations

impl PartialEq for UART_lsr_temt

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

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