Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_types_stack.h88 } usb_isoc_packet_desc_t; typedef
141 usb_isoc_packet_desc_t isoc_packet_desc[]; /**< Descriptors for each Isochronous packet */
/hal_espressif-3.6.0/components/usb/private_include/
Dusb_private.h35 usb_isoc_packet_desc_t isoc_packet_desc[0];
/hal_espressif-3.6.0/components/usb/
Dusb_private.c13 …urb_t *urb = heap_caps_calloc(1, sizeof(urb_t) + (sizeof(usb_isoc_packet_desc_t) * num_isoc_packet… in urb_alloc()
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c258 …= heap_caps_calloc(1, sizeof(urb_t) + (num_isoc_packets * sizeof(usb_isoc_packet_desc_t)), MALLOC_… in test_hcd_alloc_urb()