Lines Matching refs:send_index
1797 uint8_t send_index = 0;
1817 /* " send_index " is incremented because already received buffer is filled with
1819 send_index = (uint8_t)(send_index + 1);
1830 (void)memcpy ((void *)(psNdefMap->SendRecvBuf + send_index),
1832 send_index = (uint8_t)(send_index + TOPAZ_READ_ID_ZERO_LENGTH);
1838 psNdefMap->SendRecvBuf[send_index] =
1840 send_index = (uint8_t)(send_index + 1);
1846 psNdefMap->SendRecvBuf[send_index] = (uint8_t)
1849 send_index = (uint8_t)(send_index + 1);
1882 psNdefMap->SendRecvBuf[send_index] = (uint8_t)
1885 send_index = (uint8_t)(send_index + 1);
1886 psNdefMap->SendLength = send_index;
1893 psNdefMap->SendRecvBuf[send_index] = psNdefMap->TopazContainer.CurrentBlock;
1894 send_index = (uint8_t)(send_index + 1);
1895 psNdefMap->SendLength = send_index;
1914 (void)memcpy ((void *)(psNdefMap->SendRecvBuf + send_index),
1916 send_index = (uint8_t)(send_index + sizeof (read_append));
1918 (void)memcpy ((void *)(psNdefMap->SendRecvBuf + send_index),
1921 send_index = (uint8_t)(send_index +
1925 psNdefMap->SendLength = send_index;
1952 uint8_t send_index = 0;
1967 /* " send_index " is incremented because already received buffer is filled with
1969 send_index = (uint8_t)(send_index + 1);
1984 psNdefMap->SendRecvBuf[send_index] = (uint8_t)((ps_tpz_info->CurrentBlock
1987 send_index = (uint8_t)(send_index + 1);
1993 psNdefMap->SendRecvBuf[send_index] = ps_tpz_info->CurrentBlock;
1994 send_index = (uint8_t)(send_index + 1);
2002 psNdefMap->SendRecvBuf[send_index] = (uint8_t)((ps_tpz_info->CurrentBlock
2005 send_index = (uint8_t)(send_index + 1);
2014 psNdefMap->SendRecvBuf[send_index] = ps_tpz_info->CurrentBlock;
2015 send_index = (uint8_t)(send_index + 1);
2032 (void)memcpy ((void *)(psNdefMap->SendRecvBuf + send_index),
2035 send_index = (uint8_t)(send_index + wr_data_len);
2039 (void)memcpy ((void *)(psNdefMap->SendRecvBuf + send_index),
2042 send_index = (uint8_t)(send_index + TOPAZ_UID_LENGTH_FOR_READ_WRITE);
2046 psNdefMap->SendLength = send_index;