#include <dwc.h>
typedef void(*) DWCUserSendCallback(int size,
u8 aid,
void *param);size |
Size of the sent data. |
aid |
AID for the send destination. |
param |
Callback parameter. |
None.
Called when the send of data using DWC_SendReliable, DWC_SendReliableBitmap, DWC_SendUnreliable, or DWC_SendUnreliableBitmap has completed.
When the data is sent using an AID bitmap, the callback function is called each time that data is successfully sent to an AID.
This function can be set using DWC_SetUserSendCallback.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL