Home | History | Annotate | Download | only in src

Lines Matching defs:byte_index

298                 uint8_t     byte_index = 0;
304 byte_index = ISO15693_GET_LEN_FIELD_BYTE_NO(
310 *(a_write_buf + byte_index) = 0x00;
312 if ((ISO15693_BYTES_PER_BLOCK - 1) != byte_index)
315 byte_index = (uint8_t)(byte_index + 1);
317 remaining_size = (ISO15693_BYTES_PER_BLOCK - byte_index);
327 (void)memcpy ((void *)(a_write_buf + byte_index),
357 uint8_t byte_index = 0;
362 byte_index = ISO15693_GET_LEN_FIELD_BYTE_NO(
367 *(a_write_buf + byte_index) = (uint8_t)psNdefMap->ApduBuffIndex;
687 uint8_t byte_index = 0;
699 byte_index = (uint8_t)ISO15693_GET_VALUE_FIELD_BYTE_NO(
709 (recv_length - byte_index);
718 if (0 != (recv_length - (byte_index +
723 (void *)(p_recv_buf + (byte_index +
725 (recv_length - (byte_index +
729 (recv_length - (byte_index +
737 if (remaining_data_size > (recv_length - byte_index))
740 (recv_length - byte_index);
747 (void *)(p_recv_buf + byte_index),