arc_jtag_read_aux_reg() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarc_jtag_read_aux_reg()

arc_jtag_read_aux_reg() function

Read AUX registers. addr is an array of addresses, and those addresses can be in any order, though it is recommended that they are in sequential order where possible, as this reduces number of JTAG commands to transfer.

Syntax

int arc_jtag_read_aux_reg(struct arc_jtag *jtag_info,     uint32_t *addr,     uint32_t count,     uint32_t *buffer);
Implemented in arc_jtag.c:414

Arguments

jtag_info

addr

Array of AUX register numbers.

count

Amount of registers in arrays.

buffer

Array of register values.

References

LocationReferrerText
arc_jtag.c:414
int arc_jtag_read_aux_reg(struct arc_jtag *jtag_info, uint32_t *addr,
arc_jtag.h:61
int arc_jtag_read_aux_reg(struct arc_jtag *jtag_info, uint32_t *addr,
arc.c:902arc_save_context()
retval = arc_jtag_read_aux_reg(&arc->jtag_info, aux_addrs, aux_cnt, aux_values);
arc_jtag.c:401arc_jtag_read_aux_reg_one()
return arc_jtag_read_aux_reg(jtag_info, &addr, 1, value);

Call Tree

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