Home
last modified time | relevance | path

Searched refs:bControlInterface (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_cdc.h120 uint8_t bControlInterface; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_cdc.h120 uint8_t bControlInterface; member
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dusb_types_cdc.h204 const uint8_t bControlInterface; // Master/controlling interface member
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/
DREADME.md51 bControlInterface: 0
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c878 printf("\tbControlInterface: %d\n", desc->bControlInterface); in cdc_acm_host_desc_print()