USB Library
USBHostIsochronousBuffersCreate Function
Syntax
bool USBHostIsochronousBuffersCreate(
    ISOCHRONOUS_DATA * isocData, 
    uint8_t numberOfBuffers, 
    uint16_t bufferSize
);
Description

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.

Preconditions

None

Return Values
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. 
Remarks

This function is available only if USB_SUPPORT_ISOCHRONOUS_TRANSFERS is defined in usb_config.h.

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla