usbtoxxx_buffer_index is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

usbtoxxx_buffer_index variable

Syntax

static uint16_t usbtoxxx_buffer_index;

References

LocationReferrerText
usbtoxxx.c:43
static uint16_t usbtoxxx_buffer_index;
usbtoxxx.c:64usbtoxxx_save_context()
c->usbtoxxx_buffer_index = usbtoxxx_buffer_index;
usbtoxxx.c:73usbtoxxx_pop_context()
usbtoxxx_buffer_index = c->usbtoxxx_buffer_index;
usbtoxxx.c:90usbtoxxx_validate_current_command_type()
usbtoxxx_buffer_index += usbtoxxx_current_cmd_index;
usbtoxxx.c:93usbtoxxx_validate_current_command_type()
usbtoxxx_buffer_index = 3;
usbtoxxx.c:98usbtoxxx_validate_current_command_type()
usbtoxxx_buffer = versaloon_buf + usbtoxxx_buffer_index;
usbtoxxx.c:123usbtoxxx_execute_command()
if (usbtoxxx_buffer_index == 3) {
usbtoxxx.c:129usbtoxxx_execute_command()
SET_LE_U16(&versaloon_buf[1], usbtoxxx_buffer_index);
usbtoxxx.c:131usbtoxxx_execute_command()
if (versaloon_send_command(usbtoxxx_buffer_index, &inlen) != ERROR_OK) {
usbtoxxx.c:137usbtoxxx_execute_command()
usbtoxxx_buffer_index = 0;
usbtoxxx.c:145usbtoxxx_execute_command()
== versaloon_buf[usbtoxxx_buffer_index]) {
usbtoxxx.c:151usbtoxxx_execute_command()
} else if (versaloon_buf[usbtoxxx_buffer_index] != USB_TO_XXX_OK) {
usbtoxxx.c:155usbtoxxx_execute_command()
versaloon_buf[usbtoxxx_buffer_index]);
usbtoxxx.c:159usbtoxxx_execute_command()
usbtoxxx_buffer_index++;
usbtoxxx.c:168usbtoxxx_execute_command()
versaloon_buf + usbtoxxx_buffer_index, &processed);
usbtoxxx.c:177usbtoxxx_execute_command()
versaloon_buf + usbtoxxx_buffer_index
usbtoxxx.c:194usbtoxxx_execute_command()
versaloon_buf + usbtoxxx_buffer_index, &processed);
usbtoxxx.c:198usbtoxxx_execute_command()
versaloon_buf + usbtoxxx_buffer_index
usbtoxxx.c:203usbtoxxx_execute_command()
usbtoxxx_buffer_index += versaloon_pending[i].actual_data_size;
usbtoxxx.c:204usbtoxxx_execute_command()
if (usbtoxxx_buffer_index > inlen) {
usbtoxxx.c:214usbtoxxx_execute_command()
if (inlen != usbtoxxx_buffer_index) {
usbtoxxx.c:267usbtoxxx_ensure_buffer_size()
if (((usbtoxxx_buffer_index + usbtoxxx_current_cmd_index + cmdlen)

Data Use

Functions writing usbtoxxx_buffer_index
Functions reading usbtoxxx_buffer_index
usbtoxxx_buffer_index
Type of usbtoxxx_buffer_index
usbtoxxx_buffer_index
uint16_t
all items filtered out