DWC_RnkCancelProcess

Syntax

#include <dwc.h>

DWCRnkError DWC_RnkCancelProcess();

Arguments

None.

Return Values

DWC_RNK_SUCCESS Succeeded.
DWC_RNK_IN_ERROR An error is occurring.
DWC_RNK_ERROR_CANCEL_NOTASK No asynchronous task.

Description

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.

Revision History


CONFIDENTIAL