Searched defs:cdcacm_dev_s (Results 1 – 1 of 1) sorted by relevance
94 struct cdcacm_dev_s struct96 struct usbdev_s *usbdev; /* Usb device pointer */97 uint8_t config; /* Configuration number */98 uint16_t serialstate; /* State of the DSR/DCD */99 bool bdisconnect; /* Flags of device action */100 …l wating; /* if notify request is NULL, try submit(notify, req) again */101 bool received_char; /* Flags of write event */102 atomic_t shutdown; /* Device shutdown when transfer data */103 atomic_t send_char; /* Flag of read event */105 struct usb_cdc_line_state linecoding; /* Buffered line status */[all …]