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

next_command_pointer variable

Syntax

static struct jtag_command **next_command_pointer = &jtag_command_queue;

References

LocationReferrerText
commands.c:37
static struct jtag_command **next_command_pointer = &jtag_command_queue;
commands.c:57jtag_queue_command()
struct jtag_command **last_cmd = next_command_pointer;
commands.c:63jtag_queue_command()
next_command_pointer = &cmd->next;
commands.c:147jtag_command_queue_reset()
next_command_pointer = &jtag_command_queue;

Data Use

Functions writing next_command_pointer
Functions reading next_command_pointer
next_command_pointer
all items filtered out
Type of next_command_pointer
next_command_pointer
all items filtered out