Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.cc218 mFWInfo->hwVersion = pdata[8]; in ft_cmd_HwReset()
219 STLOG_HAL_D(" HwVersion = 0x%02X", mFWInfo->hwVersion); in ft_cmd_HwReset()
244 mFWInfo->hwVersion = 0x05; // ST54J in ft_cmd_HwReset()
246 mFWInfo->hwVersion = 0x04; // ST21NFCD in ft_cmd_HwReset()
248 mFWInfo->hwVersion = 0x03; // ST21NFCD in ft_cmd_HwReset()
250 STLOG_HAL_D(" HwVersion = 0x%02X", mFWInfo->hwVersion); in ft_cmd_HwReset()
278 if (mFWInfo->hwVersion == 0x05) { in ft_cmd_HwReset()
Dhal_fd.h32 uint8_t hwVersion; member