• Home
  • Raw
  • Download

Lines Matching refs:UINT16

101UINT16  offset;                                     /* Offset of the lock byte in the Tag         …
108UINT16 offset; /* Reserved bytes offset taken from Memory con…
153UINT16 work_offset; /* Working byte offset …
157UINT16 new_ndef_msg_len; /* Lenght of new updating NDEF Message …
161UINT16 ndef_msg_offset; /* The offset on Tag where first NDEF mess…
162UINT16 ndef_msg_len; /* Lenght of NDEF Message …
163UINT16 max_ndef_msg_len; /* Maximum size of NDEF that can be writte…
164UINT16 ndef_header_offset; /* The offset on Tag where first NDEF tlv …
274UINT16 offset; /* Offset of the lock byte in the Tag …
281UINT16 offset; /* Reserved bytes offset taken from Memory…
305UINT16 block_read; /* Read block …
306UINT16 block_written; /* Written block …
333UINT16 ndef_last_block_num; /* Block where last byte of updating ndef …
334UINT16 ndef_read_block_num; /* Block read during NDEF Write to avoid o…
335UINT16 bytes_count; /* No. of bytes remaining to collect durin…
336UINT16 terminator_byte_index; /* The offset of the tag where terminator …
337UINT16 work_offset; /* Working byte offset …
338 UINT16 ndef_header_offset;
339UINT16 ndef_msg_offset; /* Offset on Tag where first NDEF message …
340UINT16 ndef_msg_len; /* Lenght of NDEF Message …
341UINT16 max_ndef_msg_len; /* Maximum size of NDEF that can be writte…
342UINT16 new_ndef_msg_len; /* Lenght of new updating NDEF Message …
343 UINT16 ndef_write_block;
344UINT16 prop_msg_len; /* Proprietary tlv length …
362UINT16 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);