Enum zinc_hal_lpc11xx::ioregs::UART_mcr_rtsen [] [src]

pub enum UART_mcr_rtsen {
    Disabled,
    Enabled,
}

Variants

Disabled

Disable auto-rts flow control.

Enabled

Enable auto-rts flow control.

Trait Implementations

Derived Implementations

impl PartialEq for UART_mcr_rtsen

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

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