SDAA062 September 2025 TMS320F28P559SJ-Q1
This function reads up to ui32Length bytes of data received from the USB host into the supplied application buffer. If the receive buffer contains fewer than ui32Length bytes of data, the data that is present is copied and the return code indicates the actual number of bytes copied to pui8Data.
| Input Variables | Description |
|---|---|
| psBuffer | The pointer to the buffer instance from which data is to be read. |
| pui8Data | The buffer into which the received data is written. |
| ui32Length | The size of the buffer pointed to by pui8Data. |