4.4.1.2.8 USB_CDCDataTransmitted()
void USB_CDCDataTransmitted (USB_PIPE_t pipe, USB_TRANSFER_STATUS_t status, uint16_t bytesTransferred)
Callback function called after the USB IN transaction started.
pipe |
- USB pipe used for the started transaction |
status |
- Transfer status |
bytesTransferred |
- Number of bytes transmitted in the transaction |
None. |