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

avr32_jtag_exec() function

Syntax

int avr32_jtag_exec(struct avr32_jtag *jtag_info,     uint32_t inst);
Implemented in avr32_jtag.c:310

Arguments

jtag_info

inst

References

LocationReferrerText
avr32_jtag.c:310
int avr32_jtag_exec(struct avr32_jtag *jtag_info, uint32_t inst)
avr32_jtag.h:90
int avr32_jtag_exec(struct avr32_jtag *jtag_info, uint32_t inst);
avr32_ap7k.c:363avr32_ap7k_resume()
retval = avr32_jtag_exec(&ap7k->jtag, RETD);
avr32_regs.c:22avr32_jtag_read_reg()
retval = avr32_jtag_exec(jtag_info, MTDR(AVR32_OCDREG_DCCPU, reg));
avr32_regs.c:52avr32_jtag_write_reg()
retval = avr32_jtag_exec(jtag_info, MFDR(reg, AVR32_OCDREG_DCEMU));
avr32_regs.c:74avr32_jtag_read_regs()
retval = avr32_jtag_exec(jtag_info, MFSR(0, 0));
avr32_regs.c:92avr32_jtag_write_regs()
retval = avr32_jtag_exec(jtag_info, MTSR(0, 0));

Call Tree

Functions calling avr32_jtag_exec()
Functions called by avr32_jtag_exec()
avr32_jtag_exec()
Data read by avr32_jtag_exec()
Data written by avr32_jtag_exec()
avr32_jtag_exec()::retval
avr32_jtag_exec()::ds
all items filtered out
avr32_jtag_exec()
avr32_jtag_exec()::retval
all items filtered out
Type of avr32_jtag_exec()
avr32_jtag_exec()
uint32_t
all items filtered out