Searched refs:nxp_nfc_fw (Results 1 – 2 of 2) sorted by relevance
396 pImgPtr = (uint8_t*)gpphDnldContext->nxp_nfc_fw; in phDnldNfc_Write()790 gpphDnldContext->nxp_nfc_fw = (uint8_t*)pImageInfo; in phDnldNfc_InitImgInfo()792 if ((NULL != gpphDnldContext->nxp_nfc_fw) && in phDnldNfc_InitImgInfo()795 gpphDnldContext->nxp_nfc_fw[5]); in phDnldNfc_InitImgInfo()797 gpphDnldContext->nxp_nfc_fw[4]); in phDnldNfc_InitImgInfo()802 wFwVer = (((uint16_t)(gpphDnldContext->nxp_nfc_fw[5]) << 8U) | in phDnldNfc_InitImgInfo()803 (gpphDnldContext->nxp_nfc_fw[4])); in phDnldNfc_InitImgInfo()
171 const uint8_t* nxp_nfc_fw; /* Pointer to firmware version from image */ member