Home | History | Annotate | Download | only in hal

Lines Matching refs:wFwVerRsp

48 extern uint32_t wFwVerRsp;
432 wFwVerRsp = (((uint32_t)p_ntf[len - 2]) << 16U) |
457 wFwVerRsp = (((uint32_t)p_ntf[len - 2]) << 16U) |
459 if (wFwVerRsp == 0) status = NFCSTATUS_FAILED;
837 else if ((wFwVerRsp & 0x0000FFFF) == wFwVer) {