Home
last modified time | relevance | path

Searched refs:bFirstInterface (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h165 uint8_t bFirstInterface; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h165 uint8_t bFirstInterface; member
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h367 …uint8_t bFirstInterface; /**< Interface number of the first interface that is associate… member
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c647 if (iad_desc->bFirstInterface == intf_idx) { in cdc_acm_find_intf_and_ep_desc()
652 notif_intf_idx = iad_desc->bFirstInterface; in cdc_acm_find_intf_and_ep_desc()
653 data_intf_idx = iad_desc->bFirstInterface + 1; in cdc_acm_find_intf_and_ep_desc()