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

pub enum RBRIEW {
    DISABLE,
    ENABLE,
}

Values that can be written to the field RBRIE

Variants

Disable the RDA interrupts.

Enable the RDA interrupts.

Auto Trait Implementations

impl Send for RBRIEW

impl Sync for RBRIEW