OpenOCD
|
Go to the source code of this file.
Functions | |
static int | avr32_jtag_read_reg (struct avr32_jtag *jtag_info, int reg, uint32_t *val) |
int | avr32_jtag_read_regs (struct avr32_jtag *jtag_info, uint32_t *regs) |
static int | avr32_jtag_write_reg (struct avr32_jtag *jtag_info, int reg, uint32_t val) |
int | avr32_jtag_write_regs (struct avr32_jtag *jtag_info, uint32_t *regs) |
|
static |
Definition at line 16 of file avr32_regs.c.
References avr32_jtag_exec(), avr32_jtag_nexus_read(), AVR32_OCDREG_DCCPU, AVR32_OCDREG_DCSR, ERROR_OK, MTDR, and OCDREG_DCSR_CPUD.
Referenced by avr32_jtag_read_regs().
int avr32_jtag_read_regs | ( | struct avr32_jtag * | jtag_info, |
uint32_t * | regs | ||
) |
Definition at line 65 of file avr32_regs.c.
References avr32_jtag_exec(), avr32_jtag_read_reg(), AVR32_REG_SR, AVR32NUMCOREREGS, ERROR_OK, MFSR, and regs.
Referenced by avr32_ap7k_save_context().
|
static |
Definition at line 40 of file avr32_regs.c.
References avr32_jtag_exec(), avr32_jtag_nexus_read(), avr32_jtag_nexus_write(), AVR32_OCDREG_DCEMU, AVR32_OCDREG_DCSR, ERROR_OK, MFDR, and OCDREG_DCSR_EMUD.
Referenced by avr32_jtag_write_regs().
int avr32_jtag_write_regs | ( | struct avr32_jtag * | jtag_info, |
uint32_t * | regs | ||
) |
Definition at line 83 of file avr32_regs.c.
References avr32_jtag_exec(), avr32_jtag_write_reg(), AVR32_REG_SR, AVR32NUMCOREREGS, ERROR_OK, MTSR, and regs.
Referenced by avr32_ap7k_restore_context().