Lines Matching refs:ByteNo
99 uint16_t ByteNo);
137 uint16_t ByteNo,
893 uint16_t ByteNo) in phFriNfc_Tpz_H_RdBytes() argument
1008 ByteNo); in phFriNfc_Tpz_H_RdBytes()
1029 ByteNo); in phFriNfc_Tpz_H_RdBytes()
1069 uint16_t ByteNo, in phFriNfc_Tpz_H_WrAByte() argument
1110 ByteNo); in phFriNfc_Tpz_H_WrAByte()
1133 ByteNo); in phFriNfc_Tpz_H_WrAByte()
1609 ByteNo = PH_FRINFC_TOPAZ_VAL0; in phFriNfc_Tpz_H_ProWrNMN() local
1624 ByteNo = (uint8_t)((NdefMap->TLVStruct.NdefTLVByte + PH_FRINFC_TOPAZ_VAL1) % in phFriNfc_Tpz_H_ProWrNMN()
1631 Result = phFriNfc_Tpz_H_WrAByte( NdefMap, BlockNo, ByteNo, in phFriNfc_Tpz_H_ProWrNMN()
1756 ByteNo = PH_FRINFC_TOPAZ_VAL0; in phFriNfc_Tpz_H_WrLByte() local
1765 ByteNo = (uint8_t)((NdefMap->TLVStruct.NdefTLVByte + in phFriNfc_Tpz_H_WrLByte()
1778 Result = phFriNfc_Tpz_H_WrAByte(NdefMap, BlockNo, ByteNo,TempByteVal); in phFriNfc_Tpz_H_WrLByte()
1886 uint8_t ByteNo = PH_FRINFC_TOPAZ_VAL0, in phFriNfc_Tpz_H_WrCCorTLV() local
1894 ByteNo = (uint8_t)PH_FRINFC_TOPAZ_VAL0; in phFriNfc_Tpz_H_WrCCorTLV()
1901 ByteNo = (uint8_t)PH_FRINFC_TOPAZ_VAL1; in phFriNfc_Tpz_H_WrCCorTLV()
1908 ByteNo = (uint8_t)PH_FRINFC_TOPAZ_VAL2; in phFriNfc_Tpz_H_WrCCorTLV()
1915 ByteNo = (uint8_t)PH_FRINFC_TOPAZ_VAL3; in phFriNfc_Tpz_H_WrCCorTLV()
1923 ByteNo = (uint8_t)NdefMap->TLVStruct.NdefTLVByte; in phFriNfc_Tpz_H_WrCCorTLV()
1928 Result = phFriNfc_Tpz_H_WrAByte( NdefMap, BlockNo, ByteNo,TempByteVal); in phFriNfc_Tpz_H_WrCCorTLV()