Searched defs:Serial (Results 1 – 2 of 2) sorted by relevance
58 struct Serial { struct59 struct AcmDevice *acm;60 struct UsbCdcLineCoding lineCoding;61 struct OsalMutex lock;62 struct DListHead readPool;63 struct DListHead readQueue;64 int32_t readStarted;65 int32_t readAllocated;66 struct DListHead writePool;67 int32_t writeStarted;[all …]
51 struct Serial { struct52 struct AcmDevice *acm;53 struct UsbCdcLineCoding lineCoding;54 struct OsalMutex lock;55 struct DListHead readPool;56 struct DListHead readQueue;57 int32_t readStarted;58 int32_t readAllocated;59 struct DListHead writePool;60 int32_t writeStarted;[all …]