OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:store_length
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c
636
if (ps_iso_15693_con->
store_length
)
642
if (ps_iso_15693_con->
store_length
650
ps_iso_15693_con->
store_length
);
653
ps_iso_15693_con->
store_length
);
655
remaining_data_size = ps_iso_15693_con->
store_length
;
657
ps_iso_15693_con->
store_length
= 0;
662
remaining_data_size = (uint16_t)(ps_iso_15693_con->
store_length
-
675
(ps_iso_15693_con->
store_length
- remaining_data_size));
680
ps_iso_15693_con->
store_length
= (uint8_t)
681
(ps_iso_15693_con->
store_length
- remaining_data_size)
[
all
...]
phFriNfc_NdefMap.h
276
uint8_t
store_length
;
member in struct:phFriNfc_ISO15693Cont
[
all
...]
Completed in 457 milliseconds