DWC_RnkCancelProcess

Syntax

#include <dwc.h>
DWCRnkError DWC_RnkCancelProcess();

Arguments

None.

Return Values

DWC_RNK_SUCCESS Succeeded.
DWC_RNK_IN_ERROR An error is being generated.
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 then perform communications again, first shut down with DWC_RnkShutdown and then initialize with DWC_RnkInitialize.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL