• Home
  • Raw
  • Download

Lines Matching full:both

109 	name; both meanings are described below.
125 u8 setClocking, // BOTH: host requests baud rate be set
126 baudLo, // BOTH: host does baud divisor calculation
127 baudHi, // BOTH: baudHi is only used for first port (gives lower rates)
134 setLcr, // BOTH: host requests lcr be set
135 lcr, // BOTH: use PARITY, STOPBITS, DATABITS below
137 setFlowControl, // BOTH: host requests flow control be set
138 ctsFlowControl, // BOTH: 1=use CTS flow control, 0=don't
139 xonFlowControl, // BOTH: 1=use XON/XOFF flow control, 0=don't
140 xonChar, // BOTH: specified in current character format
141 xoffChar, // BOTH: specified in current character format
146 txTriState_rts, // BOTH: 1=active (normal), 0=tristate (off)
151 hskoa_dtr, // BOTH: 1=on, 0=off
154 prescaler; // BOTH: specified as N/8; values 8-ff are valid
164 u8 forwardingLength, // BOTH: forward when this number of chars available
168 txAckThreshold, // BOTH: 0=not allowed, 1=normal, 2-255 deliver ACK faster
169 loopbackMode; // BOTH: 0=no loopback, 1=loopback enabled
173 (so that, e.g., if both _txOn and _txOff flags are set, the
176 u8 _txOn, // BOTH: enable transmitting (and continue if there's data)
177 _txOff, // BOTH: stop transmitting
178 txFlush, // BOTH: toss outbound data
179 txBreak, // BOTH: turn on break (cleared by _txOn)
180 rxOn, // BOTH: turn on receiver
181 rxOff, // BOTH: turn off receiver
182 rxFlush, // BOTH: toss inbound data
183 rxForward, // BOTH: forward all inbound data, NOW (as if fwdLen==1)
184 returnStatus, // BOTH: return current status (even if it hasn't changed)
185 resetDataToggle;// BOTH: reset data toggle state to DATA0
207 u8 port, // BOTH: 0=first, 1=second, other=see below