bool USBHostIsochronousBuffersCreate( ISOCHRONOUS_DATA * isocData, uint8_t numberOfBuffers, uint16_t bufferSize );
This function initializes the isochronous data buffer information and allocates memory for each buffer. This function will not allocate memory if the buffer pointer is not NULL.
None
Return Values |
Description |
true |
All buffers are allocated successfully. |
false |
Not enough heap space to allocate all buffers - adjust the project to provide more heap space. |
This function is available only if USB_SUPPORT_ISOCHRONOUS_TRANSFERS is defined in usb_config.h.
MLA - USB Library Help Version : 2.16
![]() |