Enum zinc_hal_lpc11xx::ioregs::UART_rs485ctrl_dctrl [] [src]

pub enum UART_rs485ctrl_dctrl {
    Disabled,
    Enabled,
}

Variants

Disabled

Disable Auto Direction Control.

Enabled

Enable Auto Direction Control.

Trait Implementations

Derived Implementations

impl PartialEq for UART_rs485ctrl_dctrl

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

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