?
#include <dwc.h>
typedef void (*DWCUserRecvTimeoutCallback)( u8 aid );
This function is called when data from a particular host has not been received for a time period specified by the DWC_SetRecvTimeoutTime function.
This callback function can be set using DWC_SetUserRecvTimeoutCallback.
aid |
Sender's AID. |
None.
DWC_SetUserRecvTimeoutCallback
DWC_SetRecvTimeoutTime
2005/12/16 Added a description of the callback set function.
2005/11/01 Initial version.
CONFIDENTIAL