Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_private.c11 urb_t *urb_alloc(size_t data_buffer_size, size_t header_size, int num_isoc_packets) in urb_alloc() argument
14 uint8_t *data_buffer = heap_caps_malloc(data_buffer_size + header_size, MALLOC_CAP_DMA); in urb_alloc()
18 …urb->usb_host_header_size = header_size; //Indicate that this URB's data_buffer has a header in… in urb_alloc()
21 dummy_transfer->data_buffer = (uint8_t *)(data_buffer + header_size); in urb_alloc()
/hal_espressif-3.6.0/components/usb/private_include/
Dusb_private.h74 urb_t *urb_alloc(size_t data_buffer_size, size_t header_size, int num_isoc_packets);