Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc.c669 int i2c_error_count; in phDal4Nfc_ReaderThread() local
695 i2c_error_count = 0; in phDal4Nfc_ReaderThread()
711 i2c_error_count++; in phDal4Nfc_ReaderThread()
712 DAL_DEBUG("RX Thread Read 0x57 %d times\n", i2c_error_count); in phDal4Nfc_ReaderThread()
713 if (i2c_error_count < 5) { in phDal4Nfc_ReaderThread()
722 i2c_error_count = 0; in phDal4Nfc_ReaderThread()