#include <dwc.h>
typedef void (*DWCUserSendCallback)( int size, u8 aid );
This function is called when data is sent using DWC_SendReliable, DWC_SendReliableBitmap, DWC_SendUnreliable, or DWC_SendUnreliableBitmap.
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.
size |
Size of the sent data. |
aid |
AID for the send destination. |
None.
DWC_SetUserSendCallback
DWC_SendReliable
DWC_SendReliableBitmap
DWC_SendUnreliable
DWC_SendUnreliableBitmap
2006/02/21 Revised to include all function names.
2005/12/16 Revised function's description.
2005/11/01 Initial version.
CONFIDENTIAL