Enum zinc_hal_lpc11xx::ioregs::UART_rs485ctrl_oinv [] [src]

pub enum UART_rs485ctrl_oinv {
    Low,
    High,
}

Variants

Low

The direction control pin will be driven to logic 0 when the transmitter has data to be sent. It will be driven to logic 1 after the last bit of data has been transmitted.

High

The direction control pin will be driven to logic 1 when the transmitter has data to be sent. It will be driven to logic 0 after the last bit of data has been transmitted.

Trait Implementations

Derived Implementations

impl PartialEq for UART_rs485ctrl_oinv

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

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