Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_mock_classes.c46 .bmAttributes = USB_BM_ATTRIBUTES_XFER_BULK,
55 .bmAttributes = USB_BM_ATTRIBUTES_XFER_BULK,
110 .bmAttributes = USB_BM_ATTRIBUTES_XFER_INT,
Dtest_usb_mock_classes.h281 .bmAttributes = USB_BM_ATTRIBUTES_XFER_ISOC,
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/
DREADME.md95 bmAttributes 0xc0
109 bmAttributes 0x3 INT
124 bmAttributes 0x2 BULK
131 bmAttributes 0x2 BULK
146 bmAttributes 0x2 BULK
153 bmAttributes 0x2 BULK
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h338 uint8_t bmAttributes; /**< Configuration characteristics */ member
423 …uint8_t bmAttributes; /**< This field describes the endpoint’s attributes when it is… member
458 #define USB_EP_DESC_GET_XFERTYPE(desc_ptr) ((usb_transfer_type_t) ((desc_ptr)->bmAttributes & USB_B…
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c177 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()
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h181 uint8_t bmAttributes; member
203 uint8_t bmAttributes; member
Dusb_dfu.h88 uint8_t bmAttributes; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h181 uint8_t bmAttributes; member
203 uint8_t bmAttributes; member
Dusb_dfu.h88 uint8_t bmAttributes; member
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_sample_descriptor/
DREADME.md115 bmAttributes 0xa0