Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/pn8x/halimpl/common/
H A DphNfcStatus.h46 #define PHNFCSTVAL(phNfcCompID, phNfcStatus) \ argument
56 #define PHNFCSTATUS(phNfcStatus) ((phNfcStatus)&0x00FFU) argument
57 #define PHNFCCID(phNfcStatus) (((phNfcStatus)&0xFF00U) >> 8) argument
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/common/
H A DphNfcStatus.h45 #define PHNFCSTVAL(phNfcCompID, phNfcStatus) \ argument
55 #define PHNFCSTATUS(phNfcStatus) ((phNfcStatus)&0x00FFU) argument
56 #define PHNFCCID(phNfcStatus) (((phNfcStatus)&0xFF00U) >> 8) argument
/aosp12/hardware/nxp/nfc/snxxx/halimpl/common/
H A DphNfcStatus.h46 #define PHNFCSTVAL(phNfcCompID, phNfcStatus) \ argument
56 #define PHNFCSTATUS(phNfcStatus) ((phNfcStatus)&0x00FFU) argument
57 #define PHNFCCID(phNfcStatus) (((phNfcStatus)&0xFF00U) >> 8) argument