OpenOCD
avr32_regs.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ avr32_reg_nums

Enumerator
AVR32_REG_R0 
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 

Definition at line 10 of file avr32_regs.h.

Function Documentation

◆ avr32_jtag_read_regs()

int avr32_jtag_read_regs ( struct avr32_jtag jtag_info,
uint32_t *  regs 
)

◆ avr32_jtag_write_regs()

int avr32_jtag_write_regs ( struct avr32_jtag jtag_info,
uint32_t *  regs 
)