Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/mifare/
DNxpMfcReader.cc143 mMfcTagCmdIntfData.sendBuf[1] = mMfcTagCmdIntfData.byAddr; in BuildAuthCmd()
160 mMfcTagCmdIntfData.byAddr = in CalcSectorAddress()
164 mMfcTagCmdIntfData.byAddr = BlockNumber / MFC_BLKS_PER_SECTOR; in CalcSectorAddress()
DNxpMfcReader.h96 uint8_t byAddr; /* Start address to perform operation*/ member
/hardware/nxp/nfc/snxxx/halimpl/mifare/
DNxpMfcReader.cc167 mMfcTagCmdIntfData.sendBuf[1] = mMfcTagCmdIntfData.byAddr; in BuildAuthCmd()
184 mMfcTagCmdIntfData.byAddr = in CalcSectorAddress()
188 mMfcTagCmdIntfData.byAddr = BlockNumber / MFC_BLKS_PER_SECTOR; in CalcSectorAddress()
DNxpMfcReader.h100 uint8_t byAddr; /* Start address to perform operation*/ member