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. |