Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc.cc385 pImgPtr = (uint8_t*)gpphDnldContext->nxp_nfc_fw; in phDnldNfc_Write()
785 gpphDnldContext->nxp_nfc_fw = (uint8_t*)pImageInfo; in phDnldNfc_InitImgInfo()
787 if ((NULL != gpphDnldContext->nxp_nfc_fw) && in phDnldNfc_InitImgInfo()
790 gpphDnldContext->nxp_nfc_fw[5]); in phDnldNfc_InitImgInfo()
792 gpphDnldContext->nxp_nfc_fw[4]); in phDnldNfc_InitImgInfo()
797 wFwVer = (((uint16_t)(gpphDnldContext->nxp_nfc_fw[5]) << 8U) | in phDnldNfc_InitImgInfo()
798 (gpphDnldContext->nxp_nfc_fw[4])); in phDnldNfc_InitImgInfo()
DphDnldNfc_Internal.h180 const uint8_t* nxp_nfc_fw; /* Pointer to firmware version from image */ member