Lines Matching +full:rs485 +full:- +full:rts +full:- +full:delay
1 /* SPDX-License-Identifier: GPL-1.0+ WITH Linux-syscall-note */
64 #define PORT_RSA 13 /* RSA-DV II/S card */
83 * Multiport serial configuration structure --- external structure
100 * Serial input interrupt line counters -- external structure
112 * struct serial_rs485 - serial interface for controlling RS485 settings.
113 * @flags: RS485 feature flags.
114 * @delay_rts_before_send: Delay before send (milliseconds).
115 * @delay_rts_after_send: Delay after send (milliseconds).
116 * @addr_recv: Receive filter for RS485 addressing mode
118 * @addr_dest: Destination address for RS485 addressing mode
126 * Serial interface for controlling RS485 settings on chips with suitable
133 * * %SER_RS485_ENABLED - RS485 enabled.
134 * * %SER_RS485_RTS_ON_SEND - Logical level for RTS pin when sending.
135 * * %SER_RS485_RTS_AFTER_SEND - Logical level for RTS pin after sent.
136 * * %SER_RS485_RX_DURING_TX - Full-duplex RS485 line.
137 * * %SER_RS485_TERMINATE_BUS - Enable bus termination (if supported).
138 * * %SER_RS485_ADDRB - Enable RS485 addressing mode.
139 * * %SER_RS485_ADDR_RECV - Receive address filter (enables @addr_recv). Requires %SER_RS485_ADDRB.
140 * * %SER_RS485_ADDR_DEST - Destination address (enables @addr_dest). Requires %SER_RS485_ADDRB.
141 * * %SER_RS485_MODE_RS422 - Enable RS422. Requires %SER_RS485_ENABLED.