Enum zinc_hal_lpc11xx::ioregs::UART_rs485ctrl_sel [] [src]

pub enum UART_rs485ctrl_sel {
    RTS,
    DTR,
}

Variants

RTS

If direction control is enabled (bit DCTRL = 1), pin RTS is used for direction control.

DTR

If direction control is enabled (bit DCTRL = 1), pin DTR is used for direction control.

Trait Implementations

Derived Implementations

impl PartialEq for UART_rs485ctrl_sel

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

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