OpenOCD
|
Go to the source code of this file.
Enumerations | |
enum | avr32_reg_nums { AVR32_REG_R0 = 0 , AVR32_REG_R1 , AVR32_REG_R2 , AVR32_REG_R3 , AVR32_REG_R4 , AVR32_REG_R5 , AVR32_REG_R6 , AVR32_REG_R7 , AVR32_REG_R8 , AVR32_REG_R9 , AVR32_REG_R10 , AVR32_REG_R11 , AVR32_REG_R12 , AVR32_REG_SP , AVR32_REG_LR , AVR32_REG_PC , AVR32_REG_SR } |
Functions | |
int | avr32_jtag_read_regs (struct avr32_jtag *jtag_info, uint32_t *regs) |
int | avr32_jtag_write_regs (struct avr32_jtag *jtag_info, uint32_t *regs) |
enum avr32_reg_nums |
Definition at line 10 of file avr32_regs.h.
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().
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().