#include <dwc.h>
DWCRnkState DWC_RnkGetState();None.
DWC_RNK_STATE_NOTREADY |
Uninitialized. |
DWC_RNK_STATE_INITIALIZED |
Initialized. |
DWC_RNK_STATE_PUT_ASYNC |
Currently executing asynchronous PUT process. |
DWC_RNK_STATE_GET_ASYNC |
Currently executing asynchronous GET process. |
DWC_RNK_STATE_COMPLETED |
Asynchronous process completed. |
DWC_RNK_STATE_ERROR |
An error is being generated. |
Gets the current processing state.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL