Home
last modified time | relevance | path

Searched defs:num_isoc_packets (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.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()
Dusb_host.c1262 esp_err_t usb_host_transfer_alloc(size_t data_buffer_size, int num_isoc_packets, usb_transfer_t **t… in usb_host_transfer_alloc()
/hal_espressif-3.4.0/components/usb/private_include/
Dusb_private.h34 int num_isoc_packets; member
/hal_espressif-3.4.0/components/usb/include/usb/
Dusb_types_stack.h140 …const int num_isoc_packets; /**< Only relevant to Isochronous. Number of servi… member
/hal_espressif-3.4.0/components/usb/test/hcd/
Dtest_hcd_common.c255 urb_t *test_hcd_alloc_urb(int num_isoc_packets, size_t data_buffer_size) in test_hcd_alloc_urb()