Home | History | Annotate | Download | only in FW_Transfer

Lines Matching refs:eState

102     ETxResultState          eState;                  /* Current eState of SM */
218 pTxResult->eState = TX_RESULT_STATE_IDLE;
265 if (pTxResult->eState != TX_RESULT_STATE_IDLE)
267 TRACE1(pTxResult->hReport, REPORT_SEVERITY_INFORMATION, ": called in eState %d, so exit\n", pTxResult->eState);
292 * The main SM of the module. Called in IDLE eState by txResult_TxCmpltIntrCb() on
314 TRACE2(pTxResult->hReport, REPORT_SEVERITY_INFORMATION, ": eState = %d, eTwifStatus = %d\n", pTxResult->eState, eTwifStatus);
316 switch(pTxResult->eState)
323 pTxResult->eState = TX_RESULT_STATE_READING;
329 pTxResult->eState = TX_RESULT_STATE_IDLE;
333 TRACE1(pTxResult->hReport, REPORT_SEVERITY_ERROR, ": Unknown eState = %d\n", pTxResult->eState);
340 TRACE2(pTxResult->hReport, REPORT_SEVERITY_ERROR, ": returning ERROR in eState %d, eTwifStatus=%d !!!\n", pTxResult->eState, eTwifStatus);