Home
last modified time | relevance | path

Searched refs:cdc_header_desc_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dusb_types_cdc.h193 } __attribute__((packed)) cdc_header_desc_t; typedef
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c855 switch (((cdc_header_desc_t *)cdc_dev->cdc_intf_desc[i])->bDescriptorSubtype) { in cdc_acm_host_desc_print()
857 cdc_header_desc_t *desc = (cdc_header_desc_t *)cdc_dev->cdc_intf_desc[i]; in cdc_acm_host_desc_print()