Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphDnldNfc.c301 uint8_t no_of_fw_img; member
3422 if( (NXP_NFC_IMAG_FW_MAX > psDnldContext->p_img_hdr->no_of_fw_img) in phDnldNfc_Process_FW()
3423 && (0 != psDnldContext->p_img_hdr->no_of_fw_img) in phDnldNfc_Process_FW()
3427 (psDnldContext->p_img_hdr->no_of_fw_img * sizeof(phDnldNfc_sFwImageInfo_t))); in phDnldNfc_Process_FW()
3438 for ( i=0; i < psDnldContext->p_img_hdr->no_of_fw_img; i++ ) in phDnldNfc_Process_FW()
3635 for ( i=0; i < p_img_hdr->no_of_fw_img; i++ ) in phDnldNfc_Run_Check()