Enum lpc177x_8x::uart1::ier::THREIEW[][src]

pub enum THREIEW {
    DISABLE,
    ENABLE,
}

Values that can be written to the field THREIE

Variants

Disable the THRE interrupts.

Enable the THRE interrupts.

Auto Trait Implementations

impl Send for THREIEW

impl Sync for THREIEW