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

runtest_command struct

Syntax

struct runtest_command {     unsigned int num_cycles;     tap_state_t end_state; };

Fields

num_cycles

number of cycles to spend in Run-Test/Idle state. Read more...

end_state

state in which JTAG commands should finish. Read more...

References

LocationReferrerScopeText
commands.h:58
struct runtest_command {
commands.h:116jtag_command_container::runtestjtag_command_container
struct runtest_command *runtest;
driver.c:290interface_jtag_add_runtest()
cmd->cmd.runtest = cmd_queue_alloc(sizeof(struct runtest_command));

Type Use

Variables of runtest_command type
all items filtered out
runtest_command