Searched defs:UsbSerial (Results 1 – 1 of 1) sorted by relevance
52 struct UsbSerial { struct53 struct UsbAcmDevice *acm;54 struct UsbCdcLineCoding lineCoding;55 struct OsalMutex lock;57 struct DListHead readPool;58 struct DListHead readQueue;61 struct DataFifo readFifo;62 struct DListHead writePool;65 struct DataFifo writeFifo;66 bool writeBusy;[all …]