Searched defs:usbd_cdc_ncm_desc (Results 1 – 1 of 1) sorted by relevance
187 struct usbd_cdc_ncm_desc { struct188 struct usb_association_descriptor iad;190 struct usb_if_descriptor if0;191 struct cdc_header_descriptor if0_header;192 struct cdc_union_descriptor if0_union;193 struct cdc_ecm_descriptor if0_ecm;194 struct cdc_ncm_descriptor if0_ncm;195 struct usb_ep_descriptor if0_int_ep;196 struct usb_ep_descriptor if0_hs_int_ep;221 struct usbd_cdc_ncm_desc *const desc; argument