Searched refs:NFC_MAGIC (Results 1 – 1 of 1) sorted by relevance
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/ |
D | NfccI2cTransport.h | 22 #define NFC_MAGIC 0xE9 macro 29 #define NFC_SET_PWR _IOW(NFC_MAGIC, 0x01, uint32_t) 37 #define ESE_SET_PWR _IOW(NFC_MAGIC, 0x02, uint32_t) 43 #define ESE_GET_PWR _IOR(NFC_MAGIC, 0x03, uint32_t) 48 #define NFC_SET_RESET_READ_PENDING _IOW(NFC_MAGIC, 0x04, uint32_t) 53 #define NFC_GET_GPIO_STATUS _IOR(NFC_MAGIC, 0x05, uint32_t)
|