Lines Matching refs:UINT16

54 static UINT16 rw_t1t_get_ndef_max_size (void);
55 static BOOLEAN rw_t1t_is_lock_reserved_otp_byte (UINT16 index);
56 static BOOLEAN rw_t1t_is_read_only_byte (UINT16 index);
182 UINT16 end;
183 UINT16 start;
185 UINT16 lock_offset = 0;
186 UINT16 offset;
307 UINT16 offset;
368 UINT16 offset;
369 UINT16 next_offset;
896 UINT16 offset;
897 UINT16 len;
912 UINT16 bytes_count = 0;
918 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) (offset)) == TRUE)
1341 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((p_t1t->block_read * T1T_BLOCK_SIZE) + index)) == FALSE)
1363 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) (index)) == FALSE)
1427 UINT16 initial_offset;
1452 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + index)) == FALSE)
1672 UINT16 initial_offset = p_t1t->work_offset;
1685 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE)
1701 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE)
1794 static UINT16 rw_t1t_get_ndef_max_size (void)
1796 UINT16 offset;
1798 UINT16 tag_size = (p_t1t->mem[T1T_CC_TMS_BYTE] +1)* T1T_BLOCK_SIZE;
1832 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) (offset)) == FALSE)
1834 if (rw_t1t_is_read_only_byte ((UINT16) offset) == TRUE)
1936 UINT16 lower_offset;
1937 UINT16 upper_offset;
1939 UINT16 offset;
2009 UINT16 byte_count = T1T_SEGMENT_SIZE;
2013 UINT16 tag_size = (p_t1t->mem[T1T_CC_TMS_BYTE] +1) * T1T_BLOCK_SIZE;
2014 UINT16 lower_offset;
2015 UINT16 upper_offset;
2241 static BOOLEAN rw_t1t_is_lock_reserved_otp_byte (UINT16 index)
2276 static BOOLEAN rw_t1t_is_read_only_byte (UINT16 index)
2497 tNFC_STATUS RW_T1tReadNDef (UINT8 *p_buffer, UINT16 buf_len)
2594 tNFC_STATUS RW_T1tWriteNDef (UINT16 msg_len, UINT8 *p_msg)
2598 UINT16 num_ndef_bytes;
2599 UINT16 offset;
2603 UINT16 init_ndef_msg_offset;
2654 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) offset) == FALSE)