Searched defs:usbd_cdc_acm_desc (Results 1 – 1 of 1) sorted by relevance
81 struct usbd_cdc_acm_desc { struct82 struct usb_association_descriptor iad_cdc;83 struct usb_if_descriptor if0;84 struct cdc_header_descriptor if0_header;85 struct cdc_cm_descriptor if0_cm;86 struct cdc_acm_descriptor if0_acm;87 struct cdc_union_descriptor if0_union;88 struct usb_ep_descriptor if0_int_ep;90 struct usb_if_descriptor if1;91 struct usb_ep_descriptor if1_in_ep;[all …]