Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/common/
DphNfcCommon.h43 #define NXP_MW_VERSION_MIN (5U) macro
/hardware/nxp/nfc/snxxx/halimpl/common/
DphNfcCommon.h52 #define NXP_MW_VERSION_MIN (0x02) macro
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc791 wMwVer = (((uint16_t)(NXP_MW_VERSION_MAJ) << 8U) | (NXP_MW_VERSION_MIN)); in phDnldNfc_InitImgInfo()