#include <dwc.h>DWCRnkError DWC_RnkCancelProcess();None.
| DWC_RNK_SUCCESS | Succeeded. |
| DWC_RNK_IN_ERROR | An error is occurring. |
| 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 perform communications again, be sure to perform shutdown using the DWC_RnkShutdown function, then initialize using the DWC_RnkInitialize function.
CONFIDENTIAL