Searched defs:eTstmode (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphLibNfc.c907 phLibNfc_Cfg_Testmode_t eTstmode,
922 else if( (eTstmode == phLibNfc_TstMode_On) && (NULL != gpphLibContext))
926 else if( (eTstmode == phLibNfc_TstMode_Off) && (NULL == gpphLibContext))
930 else if( (eTstmode == phLibNfc_TstMode_Off) && (NULL != gpphLibContext))
988 if(eTstmode == phLibNfc_TstMode_On)
990 if(eTstmode == phLibNfc_TstMode_Off)
905 phLibNfc_Mgt_ConfigureTestMode(void *pDriverHandle, pphLibNfc_RspCb_t pTestModeCb, phLibNfc_Cfg_Testmode_t eTstmode, void *pContext) argument

Completed in 80 milliseconds