Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
DphNfcStatus.h45 #define PHNFCSTVAL(phNfcCompID, phNfcStatus) \ argument
46 ( ((phNfcStatus) == (NFCSTATUS_SUCCESS)) ? (NFCSTATUS_SUCCESS) : \
47 ( (((NFCSTATUS)(phNfcStatus)) & (PHNFCSTBLOWER)) | \
54 #define PHNFCSTATUS(phNfcStatus) ((phNfcStatus) & 0x00FFU) argument
55 #define PHNFCCID(phNfcStatus) (((phNfcStatus) & 0xFF00U)>>8) argument