Lines Matching refs:UINT16
101 …UINT16 offset; /* Offset of the lock byte in the Tag …
108 …UINT16 offset; /* Reserved bytes offset taken from Memory con…
153 …UINT16 work_offset; /* Working byte offset …
157 …UINT16 new_ndef_msg_len; /* Lenght of new updating NDEF Message …
161 …UINT16 ndef_msg_offset; /* The offset on Tag where first NDEF mess…
162 …UINT16 ndef_msg_len; /* Lenght of NDEF Message …
163 …UINT16 max_ndef_msg_len; /* Maximum size of NDEF that can be writte…
164 …UINT16 ndef_header_offset; /* The offset on Tag where first NDEF tlv …
274 …UINT16 offset; /* Offset of the lock byte in the Tag …
281 …UINT16 offset; /* Reserved bytes offset taken from Memory…
305 …UINT16 block_read; /* Read block …
306 …UINT16 block_written; /* Written block …
333 …UINT16 ndef_last_block_num; /* Block where last byte of updating ndef …
334 …UINT16 ndef_read_block_num; /* Block read during NDEF Write to avoid o…
335 …UINT16 bytes_count; /* No. of bytes remaining to collect durin…
336 …UINT16 terminator_byte_index; /* The offset of the tag where terminator …
337 …UINT16 work_offset; /* Working byte offset …
338 UINT16 ndef_header_offset;
339 …UINT16 ndef_msg_offset; /* Offset on Tag where first NDEF message …
340 …UINT16 ndef_msg_len; /* Lenght of NDEF Message …
341 …UINT16 max_ndef_msg_len; /* Maximum size of NDEF that can be writte…
342 …UINT16 new_ndef_msg_len; /* Lenght of new updating NDEF Message …
343 UINT16 ndef_write_block;
344 …UINT16 prop_msg_len; /* Proprietary tlv length …
362 … UINT16 nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */
401 UINT16 system_codes[T3T_MAX_SYSTEM_CODES];
425 UINT16 file_id; /* File Identifier */
426 UINT16 max_file_size; /* Max NDEF file size */
434 UINT16 cclen; /* the size of this capability container */
436 UINT16 max_le; /* the max data size by a single ReadBinary */
437 UINT16 max_lc; /* the max data size by a single UpdateBinary */
452 UINT16 ndef_length; /* length of NDEF data */
454 UINT16 rw_length; /* remaining bytes to read/write */
455 UINT16 rw_offset; /* remaining offset to read/write */
466 UINT16 max_read_size; /* max reading size per a command */
467 UINT16 max_update_size; /* max updating size per a command */
468 UINT16 card_size;
537 UINT16 num_block; /* number of blocks in tag */
545 UINT16 tlv_length; /* currently detected length */
547 UINT16 ndef_tlv_start_offset; /* offset of first byte of NDEF TLV */
548 UINT16 ndef_tlv_last_offset; /* offset of last byte of NDEF TLV */
549 UINT16 max_ndef_length; /* max NDEF length the tag contains */
550 UINT16 ndef_length; /* length of NDEF data */
553 UINT16 rw_length; /* bytes to read/write */
554 UINT16 rw_offset; /* offset to read/write */
622 extern tNFC_STATUS rw_t2t_read (UINT16 block);
623 extern tNFC_STATUS rw_t2t_write (UINT16 block, UINT8 *p_write_data);