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

pathmove_command struct

Syntax

struct pathmove_command {     unsigned int num_states;     tap_state_t *path; };

Fields

num_states

number of states in *path. Read more...

path

states that have to be passed. Read more...

References

LocationReferrerScopeText
commands.h:51
struct pathmove_command {
commands.h:115jtag_command_container::pathmovejtag_command_container
struct pathmove_command *pathmove;
driver.c:271interface_jtag_add_pathmove()
cmd->cmd.pathmove = cmd_queue_alloc(sizeof(struct pathmove_command));
rlink.c:870rlink_path_move()
static void rlink_path_move(struct pathmove_command *cmd)
usb_blaster.c:475ublast_path_move()
static void ublast_path_move(struct pathmove_command *cmd)
usbprog.c:39usbprog_path_move()::cmdusbprog_path_move()
static void usbprog_path_move(struct pathmove_command *cmd);
usbprog.c:190usbprog_path_move()
static void usbprog_path_move(struct pathmove_command *cmd)

Type Use

Variables of pathmove_command type
pathmove_command