#include <dwc.h>
DWCRnkError DWC_RnkCancelProcess();None.
DWC_RNK_SUCCESS |
Succeeded. |
DWC_RNK_IN_ERROR |
An error is being generated. |
DWC_RNK_ERROR_CANCEL_NOTASK |
No asynchronous task. |
Cancels asynchronous processing.
Once this function exits normally, status changes to DWC_RNK_STATE_ERROR.
If you want to then perform communications again, first shut down with DWC_RnkShutdown and then initialize with DWC_RnkInitialize.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL