Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc.c721 int i2c_device_address = 0x57; in phDal4Nfc_ReaderThread() local
724 if (gDalContext.pDev->i2c_device_address) { in phDal4Nfc_ReaderThread()
725 i2c_device_address = gDalContext.pDev->i2c_device_address; in phDal4Nfc_ReaderThread()
726 if (i2c_workaround && i2c_device_address < 32) in phDal4Nfc_ReaderThread()
775 gReadWriteContext.pReadBuffer[0] == i2c_device_address) in phDal4Nfc_ReaderThread()
778 DAL_DEBUG("RX Thread Read 0x%02x ", i2c_device_address); in phDal4Nfc_ReaderThread()