OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_write_buf
(Results
1 - 1
of
1
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c
283
uint8_t
a_write_buf
[ISO15693_BYTES_PER_BLOCK] = {0};
local
301
(void)memcpy ((void *)
a_write_buf
, (void *)p_recv_buf,
310
*(
a_write_buf
+ byte_index) = 0x00;
327
(void)memcpy ((void *)(
a_write_buf
+ byte_index),
359
(void)memcpy ((void *)
a_write_buf
, (void *)p_recv_buf,
367
*(
a_write_buf
+ byte_index) = (uint8_t)psNdefMap->ApduBuffIndex;
406
(void)memcpy ((void *)
a_write_buf
, (void *)
443
a_write_buf
, sizeof (
a_write_buf
));
1316
uint8_t
a_write_buf
[ISO15693_BYTES_PER_BLOCK] = {0};
local
1665
uint8_t
a_write_buf
[ISO15693_BYTES_PER_BLOCK] = {0};
local
[
all
...]
Completed in 37 milliseconds