Searched refs:bmAttributes (Results 1 – 10 of 10) sorted by relevance
46 .bmAttributes = USB_BM_ATTRIBUTES_XFER_BULK,55 .bmAttributes = USB_BM_ATTRIBUTES_XFER_BULK,110 .bmAttributes = USB_BM_ATTRIBUTES_XFER_INT,
281 .bmAttributes = USB_BM_ATTRIBUTES_XFER_ISOC,
95 bmAttributes 0xc0109 bmAttributes 0x3 INT124 bmAttributes 0x2 BULK131 bmAttributes 0x2 BULK146 bmAttributes 0x2 BULK153 bmAttributes 0x2 BULK
338 uint8_t bmAttributes; /**< Configuration characteristics */ member423 …uint8_t bmAttributes; /**< This field describes the endpoint’s attributes when it is… member458 #define USB_EP_DESC_GET_XFERTYPE(desc_ptr) ((usb_transfer_type_t) ((desc_ptr)->bmAttributes & USB_B…
177 int type = ep_desc->bmAttributes & USB_BM_ATTRIBUTES_XFERTYPE_MASK; in print_ep_desc()203 printf("\t\tbmAttributes 0x%x\t%s\n", ep_desc->bmAttributes, ep_type_str); in print_ep_desc()229 printf("bmAttributes 0x%x\n", cfg_desc->bmAttributes); in usbh_print_cfg_desc()
181 uint8_t bmAttributes; member203 uint8_t bmAttributes; member
88 uint8_t bmAttributes; member
115 bmAttributes 0xa0