OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadBuf
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_MifareULMap.c
106
* function is to copy the read bytes to the internal "
ReadBuf
" buffer
242
(void)memset(NdefMap->MifareULContainer.
ReadBuf
,
516
if ((NdefMap->MifareULContainer.
ReadBuf
[i] ==
518
((NdefMap->MifareULContainer.
ReadBuf
[i + 1] ==
520
(NdefMap->MifareULContainer.
ReadBuf
[i + 1] == 0xFF)))
522
if (NdefMap->MifareULContainer.
ReadBuf
[i + 1] == 0xFF)
524
TemLength = NdefMap->MifareULContainer.
ReadBuf
[i + 2] |
525
((uint16_t)NdefMap->MifareULContainer.
ReadBuf
[i + 3] << 8);
669
if ((NdefMap->MifareULContainer.
ReadBuf
[i] ==
671
((NdefMap->MifareULContainer.
ReadBuf
[i + 1] =
[
all
...]
phFriNfc_NdefMap.h
552
uint8_t
ReadBuf
[PH_FRINFC_NDEFMAP_MFUL_64BYTES_BUF];
555
/** This variable stores the index of the "
ReadBuf
" from which actual
[
all
...]
Completed in 68 milliseconds