Enum zinc_hal_lpc11xx::ioregs::UART_ier_threie [] [src]

pub enum UART_ier_threie {
    Disabled,
    Enabled,
}

Variants

Disabled

Disable the THRE interrupt.

Enabled

Enable the THRE interrupt.

Trait Implementations

Derived Implementations

impl PartialEq for UART_ier_threie

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

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