Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/common/
DphNfcStatus.h46 #define PHNFCSTVAL(phNfcCompID, phNfcStatus) \ argument
47 (((phNfcStatus) == (NFCSTATUS_SUCCESS)) \
49 : ((((NFCSTATUS)(phNfcStatus)) & (PHNFCSTBLOWER)) | \
56 #define PHNFCSTATUS(phNfcStatus) ((phNfcStatus)&0x00FFU) argument
57 #define PHNFCCID(phNfcStatus) (((phNfcStatus)&0xFF00U) >> 8) argument
/hardware/nxp/nfc/snxxx/halimpl/common/
DphNfcStatus.h46 #define PHNFCSTVAL(phNfcCompID, phNfcStatus) \ argument
47 (((phNfcStatus) == (NFCSTATUS_SUCCESS)) \
49 : ((((NFCSTATUS)(phNfcStatus)) & (PHNFCSTBLOWER)) | \
56 #define PHNFCSTATUS(phNfcStatus) ((phNfcStatus)&0x00FFU) argument
57 #define PHNFCCID(phNfcStatus) (((phNfcStatus)&0xFF00U) >> 8) argument