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

ulink_queue_runtest() function

Run Test. Generate TCK clock cycles while remaining in the Run-Test/Idle state.

Syntax

static int ulink_queue_runtest(struct ulink *device,     struct jtag_command *cmd);
Implemented in ulink.c:1644

Arguments

device

pointer to struct ulink identifying ULINK driver instance.

cmd

pointer to the command that shall be executed.

Return value

on success: ERROR_OK on failure: ERROR_FAIL

References

LocationReferrerText
ulink.c:1644
static int ulink_queue_runtest(struct ulink *device, struct jtag_command *cmd)
ulink.c:220
static int ulink_queue_runtest(struct ulink *device, struct jtag_command *cmd);
ulink.c:1923ulink_execute_queue()
ret = ulink_queue_runtest(ulink_handle, cmd);

Call Tree

Functions calling ulink_queue_runtest()
Functions called by ulink_queue_runtest()
all items filtered out
ulink_queue_runtest()
Data read by ulink_queue_runtest()
Data written by ulink_queue_runtest()
ulink_queue_runtest()
ulink_queue_runtest()::ret
all items filtered out