Home
last modified time | relevance | path

Searched defs:UsbSerial (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h52 struct UsbSerial { struct
53 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 …]