#include <dwc.h>
DWCRnkState DWC_RnkGetState();
Gets the current processing state.
None.
DWC_RNK_STATE_NOTREADY |
Uninitialized state |
DWC_RNK_STATE_INITIALIZED |
Initialization completed |
DWC_RNK_STATE_PUT_ASYNC |
Performing PUT asynchronous process |
DWC_RNK_STATE_GET_ASYNC |
Performing GET asynchronous process |
DWC_RNK_STATE_COMPLETED |
Asynchronous process completed |
DWC_RNK_STATE_ERROR |
An error has been generated |
2006/06/20 Error corrections
2006/04/14 Initial version
CONFIDENTIAL