Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc.c914 else if( (eTstmode == phLibNfc_TstMode_Off) && (NULL == gpphLibContext)) in phLibNfc_Mgt_ConfigureTestMode()
918 else if( (eTstmode == phLibNfc_TstMode_Off) && (NULL != gpphLibContext)) in phLibNfc_Mgt_ConfigureTestMode()
978 if(eTstmode == phLibNfc_TstMode_Off) in phLibNfc_Mgt_ConfigureTestMode()
DphLibNfc.h65 phLibNfc_TstMode_Off = 0x00, /**< Test mode is off */ enumerator