Lines Matching +full:host +full:- +full:only
1 /* SPDX-License-Identifier: BSD-3-Clause */
5 Copyright (C) 1998-2000 InnoSys Incorporated. All Rights Reserved
6 This file is available under a BSD-style copyright
19 Copyright (C) 1998-2000 InnoSys Incorporated. All Rights Reserved
21 This file is available under a BSD-style copyright
44 USB OUT (host -> USAxx, transmit) messages contain a
52 USB IN (USAxx -> host, receive) messages begin with a status
84 only appear in (b) format messages.
85 (2) For the host to determine the exact point at which the
105 2000mar08 clone from usa26msg.h -> usa49msg.h
107 2000may03 change external clocking to match USA-49W hardware
108 2000jun01 add extended BSD-style copyright text
117 Host->device messages sent on the global control endpoint:
120 ---------- --------------------
129 0x80 set non-port control message follows
137 the corresponding "set" flag (and should only be requested
140 setClocking, // host requests baud rate be set
141 baudLo, // host does baud divisor calculation
142 baudHi, // baudHi is only used for first port (gives lower rates)
143 prescaler, // specified as N/8; values 8-ff are valid
148 setLcr, // host requests lcr be set
151 setFlowControl, // host requests flow control be set
157 setRts, // host requests RTS output be set
160 setDtr, // host requests DTR output be set
166 but must be specified correctly in every host message).
170 txAckThreshold, // 0=not allowed, 1=normal, 2-255 deliver ACK faster
174 4. commands which are flags only; these are processed in order
176 port ends in a TX_OFF state); any non-zero value is respected
199 #define STOPBITS_5_1p5 0x04 // 1.5 stop bits for 5-bit byte
200 #define STOPBITS_678_2 0x04 // 2 stop bits for 6/7/8-bit byte
209 to the host whenever the board detects changes. In some
211 device cause problems; to shut them off, the host issues
213 set (to any non-zero value). The device will respond to
215 it will resume sending status messages any time the host
216 sends any control message (either global or port-specific).
226 disableStatusMessages; // 1=send no status until host talks
230 Device->host messages send on the global status endpoint
233 ---------- --------------------
246 _txOff, // transmit has been disabled (by host)
247 _txXoff, // transmit is in XOFF state (either host or RX XOFF)
251 rs232valid; // RS-232 signal valid