Home
last modified time | relevance | path

Searched refs:last_result (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.2.1/build/demos/card/backup/src/
Dmain.c35 static CARDResult last_result = CARD_RESULT_SUCCESS; variable
147 last_result = CARD_GetResultCode(); in SelectDevice()
165 DEMODrawText(10, 170, "result:\"%s\"", GetCardResultString(last_result)); in SelectDevice()
286 last_result = CARD_GetResultCode(); in TestWriteAndVerify()
305 last_result = CARD_GetResultCode(); in TestWriteAndVerify()
306 if (last_result != CARD_RESULT_SUCCESS) in TestWriteAndVerify()
359 if (last_result == CARD_RESULT_SUCCESS) in ShowResult()
368 DEMODrawText(10, 110, "result:\"%s\"", GetCardResultString(last_result)); in ShowResult()