Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.h41 uint16_t fileCustVersion; // if 0, no custom params available. member
Dhal_fd.cc280 mFWInfo->fileCustVersion = mBinData[0] << 8 | mBinData[1]; in hal_fd_init()
282 __func__, mFWInfo->fileCustVersion); in hal_fd_init()
419 if ((mFWInfo->fileCustVersion != 0) && in ft_cmd_HwReset()
420 (mFWInfo->chipCustVersion != mFWInfo->fileCustVersion)) { in ft_cmd_HwReset()