Lines Matching defs:keyspan_usa28_portControlMessage
95 struct keyspan_usa28_portControlMessage struct
104 u8 setBaudRate, // 0=don't set, 1=baudLo/Hi, 2=115.2K, 3=230.4K
105 baudLo, // host does baud divisor calculation
106 baudHi; // baudHi is only used for first port (gives lower rates)
112 u8 parity, // 1=use parity, 0=don't
113 ctsFlowControl, // all except 19Q: 1=use CTS flow control, 0=don't
115 xonFlowControl, // 1=use XON/XOFF flow control, 0=don't
116 rts, // 1=on, 0=off
117 dtr; // 1=on, 0=off
123 u8 forwardingLength, // forward when this number of chars available
124 forwardMs, // forward this many ms after last rx data
125 breakThreshold, // specified in ms, 1-255 (see note below)
126 xonChar, // specified in current character format
127 xoffChar; // specified in current character format
134 u8 _txOn, // enable transmitting (and continue if there's data)
135 _txOff, // stop transmitting
136 txFlush, // toss outbound data
137 txForceXoff, // pretend we've received XOFF
138 txBreak, // turn on break (leave on until txOn clears it)
139 rxOn, // turn on receiver
140 rxOff, // turn off receiver
141 rxFlush, // toss inbound data
142 rxForward, // forward all inbound data, NOW
143 returnStatus, // return current status n times (1 or 2)
144 resetDataToggle;// reset data toggle state to DATA0