Searched defs:num_block (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c156 p_i93->num_block = I93_TAG_IT_HF_I_STD_PRO_CHIP_INLAY_NUM_USER_BLK;
289 STREAM_TO_UINT8 (rw_data.i93_sys_info.num_block, p);
291 rw_data.i93_sys_info.num_block += 1;
297 p_i93->num_block = rw_data.i93_sys_info.num_block;
310 p_i93->num_block = 8;
1164 UINT16 num_block; local
1172 num_block = RW_I93_READ_MULTI_BLOCK_SIZE / p_i93->block_size;
1174 if (num_block + first_block > p_i93->num_block)
[all...]
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h215 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon7879
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h292 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon7529
381 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon7540
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h518 UINT16 num_block; /* number of blocks in tag */ member in struct:__anon7922

Completed in 125 milliseconds