Lines Matching full:uint8
39 typedef UINT8 tUSB_PORT;
111 typedef UINT8 tUSB_OP;
165 typedef UINT8 tUSB_FEATURE;
174 typedef UINT8 tUSB_EVT;
181 UINT8 baud; /* Baud rate */
182 UINT8 fc; /* Flow control */
183 UINT8 buf; /* Data buffering mechanism */
184 UINT8 pool; /* GKI buffer pool for received data */
193 UINT8 baud;
194 UINT8 fc;
195 UINT8 sigs;
202 UINT8 sigs;
203 UINT8 error;
221 UDRV_API extern UINT16 USB_Read(tUSB_PORT, UINT8 *, UINT16);
223 UDRV_API extern UINT16 USB_Write(tUSB_PORT, UINT8 *, UINT16);