Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_ch9.h375 } usb_iad_desc_t; typedef
376 _Static_assert(sizeof(usb_iad_desc_t) == USB_IAD_DESC_SIZE, "Size of usb_iad_desc_t incorrect");
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c646 const usb_iad_desc_t *iad_desc = (const usb_iad_desc_t *)this_desc; in cdc_acm_find_intf_and_ep_desc()