OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OTPBytes
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_MifULFormat.c
213
(void)memcpy(NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
,
215
sizeof(NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
));
230
(void)memcpy(NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
,
232
sizeof(NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
));
317
otp_lock_page_size = sizeof (NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
);
319
(void)memcpy ((void *)NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
,
321
sizeof(NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
));
323
NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
[(otp_lock_page_size - 1)] =
326
switch (NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
[TYPE_2_MEM_SIZE_POSITION])
366
switch (NdefSmtCrdFmt->AddInfo.Type2Info.
OTPBytes
[TYPE_2_MEM_SIZE_POSITION]
[
all
...]
phFriNfc_SmtCrdFmt.h
144
uint8_t
OTPBytes
[4];
Completed in 753 milliseconds