Home
last modified time | relevance | path

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

/system/nfc/halimpl/pn54x/dnld/
DphDnldNfc.c396 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()
DphDnldNfc_Internal.h171 const uint8_t* nxp_nfc_fw; /* Pointer to firmware version from image */ member