HomeSort by relevance Sort by last modified time
    Searched refs:ISO15693_BYTES_PER_BLOCK (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.h 36 #define ISO15693_BYTES_PER_BLOCK 0x04U
45 (ISO15693_BYTES_PER_BLOCK - 1)) ? (blk + 1) : blk)
49 ISO15693_BYTES_PER_BLOCK))
phFriNfc_ISO15693Map.c 211 (max_data_size - ((blk * ISO15693_BYTES_PER_BLOCK) + index))
215 (ISO15693_BYTES_PER_BLOCK - 1)) ? (blk + 1) : blk)
219 ISO15693_BYTES_PER_BLOCK))
283 uint8_t a_write_buf[ISO15693_BYTES_PER_BLOCK] = {0};
312 if ((ISO15693_BYTES_PER_BLOCK - 1) != byte_index)
317 remaining_size = (ISO15693_BYTES_PER_BLOCK - byte_index);
383 (ps_iso_15693_con->max_data_size / ISO15693_BYTES_PER_BLOCK)))
394 remaining_size = ISO15693_BYTES_PER_BLOCK;
633 p_recv_buf = reformatted_buf + (ps_iso_15693_con->current_block * ISO15693_BYTES_PER_BLOCK);
634 recv_length = reformatted_size - (ps_iso_15693_con->current_block * ISO15693_BYTES_PER_BLOCK);
    [all...]
phFriNfc_ISO15693Format.c 45 #define ISO15693_BYTES_PER_BLOCK 0x04U
338 uint8_t a_send_byte[ISO15693_BYTES_PER_BLOCK] = {0};
phFriNfc_NdefMap.c     [all...]

Completed in 403 milliseconds