Searched refs:phNfcStatus (Results 1 – 1 of 1) sorted by relevance
46 #define PHNFCSTVAL(phNfcCompID, phNfcStatus) \ argument47 (((phNfcStatus) == (NFCSTATUS_SUCCESS)) \49 : ((((NFCSTATUS)(phNfcStatus)) & (PHNFCSTBLOWER)) | \56 #define PHNFCSTATUS(phNfcStatus) ((phNfcStatus)&0x00FFU) argument57 #define PHNFCCID(phNfcStatus) (((phNfcStatus)&0xFF00U) >> 8) argument