#include <dwc.h>
typedef void(*) DWCUserRecvTimeoutCallback(u8 aid,
void *param);aid |
Sender's AID. |
param |
Callback parameter. |
None.
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 the DWC_SetUserRecvTimeoutCallback function.
DWC_SetUserRecvTimeoutCallback
DWC_SetRecvTimeoutTime
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL