Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_cdc.h130 uint8_t bDataInterface; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_cdc.h130 uint8_t bDataInterface; member
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/
DREADME.md47 bDataInterface: 1
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c89 …uint8_t bDataInterface; // Interface number of Data Class interface optionally used for call manag… member
866 printf("\tbDataInterface: %d\n", desc->bDataInterface); in cdc_acm_host_desc_print()