#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 |
AID of the Send source. |
None.
DWC_SetUserRecvTimeoutCallback, DWC_SetRecvTimeoutTime
2005/12/16 Added a description of the callback select function.
2005/11/01 Initial version