ftdi_execute_tms() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ftdi_execute_tms() function

Clock a bunch of TMS (or SWDIO) transitions, to change the JTAG (or SWD) state machine. REVISIT: Not the best method, perhaps.

Syntax

static void ftdi_execute_tms(struct jtag_command *cmd);

Arguments

cmd

References

LocationReferrerText
ftdi.c:358
static void ftdi_execute_tms(struct jtag_command *cmd)
ftdi.c:619ftdi_execute_command()
ftdi_execute_tms(cmd);

Call Tree

Functions calling ftdi_execute_tms()
Functions called by ftdi_execute_tms()
all items filtered out
ftdi_execute_tms()