Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphDnldNfc.c2499 uint8_t crc_i = 0; in phDnldNfc_Resume() local
2504 for (crc_i = 0; crc_i < DNLD_CRC32_SIZE; crc_i++ ) in phDnldNfc_Resume()
2506 if (crc_i < DNLD_CRC16_SIZE ) in phDnldNfc_Resume()
2509 | psDnldContext->chk_integrity_crc.patch_table.Chk_Crc16[crc_i] in phDnldNfc_Resume()
2510 << (crc_i * BYTE_SIZE) ; in phDnldNfc_Resume()
2513 | psDnldContext->chk_integrity_crc.flash_code.Chk_Crc32[crc_i] in phDnldNfc_Resume()
2514 << (crc_i * BYTE_SIZE) ; in phDnldNfc_Resume()
2516 | psDnldContext->chk_integrity_crc.patch_code.Chk_Crc32[crc_i] in phDnldNfc_Resume()
2517 << (crc_i * BYTE_SIZE) ; in phDnldNfc_Resume()