4.4.1.2.6 USB_CDCDataReceived()
void USB_CDCDataReceived (USB_PIPE_t pipe, USB_TRANSFER_STATUS_t status, uint16_t bytesTransferred)
Callback function called after the USB OUT transaction started.
| pipe |
- USB pipe used for the started transaction |
| status |
- Transfer status |
| bytesTransferred |
- Number of bytes received in the transaction |
None. |
