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

jtag_dp_q_write() function

Syntax

static int jtag_dp_q_write(struct adiv5_dap *dap,     unsigned reg,     uint32_t data);

Arguments

dap

reg

data

References

LocationReferrerText
adi_v5_jtag.c:752
static int jtag_dp_q_write(struct adiv5_dap *dap, unsigned reg,
adi_v5_jtag.c:800jtag_ap_q_bankselect()
retval = jtag_dp_q_write(dap, DP_SELECT, (uint32_t)sel);
adi_v5_jtag.c:810jtag_ap_q_bankselect()
retval = jtag_dp_q_write(dap, DP_SELECT1, (uint32_t)(sel >> 32));
adi_v5_jtag.c:902
.queue_dp_write = jtag_dp_q_write,

Call Tree

Functions calling jtag_dp_q_write()
Functions called by jtag_dp_q_write()
all items filtered out
jtag_dp_q_write()
Data read by jtag_dp_q_write()
Data written by jtag_dp_q_write()
jtag_dp_q_write()
jtag_dp_q_write()::retval
all items filtered out
Implementations
jtag_dp_q_write()
all items filtered out