OpenOCD
|
Data Fields | |
unsigned int | common_magic |
struct reg_cache * | core_cache |
uint32_t | core_regs [AVR32NUMCOREREGS] |
struct avr32_jtag | jtag |
Definition at line 14 of file avr32_ap7k.h.
unsigned int avr32_ap7k_common::common_magic |
Definition at line 15 of file avr32_ap7k.h.
Referenced by avr32_ap7k_target_create().
struct reg_cache* avr32_ap7k_common::core_cache |
Definition at line 18 of file avr32_ap7k.h.
Referenced by avr32_ap7k_restore_context(), avr32_ap7k_resume(), avr32_ap7k_save_context(), avr32_build_reg_cache(), avr32_read_core_reg(), and avr32_write_core_reg().
uint32_t avr32_ap7k_common::core_regs[AVR32NUMCOREREGS] |
Definition at line 19 of file avr32_ap7k.h.
Referenced by avr32_ap7k_restore_context(), avr32_ap7k_save_context(), avr32_read_core_reg(), and avr32_write_core_reg().
struct avr32_jtag avr32_ap7k_common::jtag |
Definition at line 15 of file avr32_ap7k.h.
Referenced by avr32_ap7k_arch_state(), avr32_ap7k_debug_entry(), avr32_ap7k_examine(), avr32_ap7k_halt(), avr32_ap7k_init_target(), avr32_ap7k_poll(), avr32_ap7k_read_memory(), avr32_ap7k_restore_context(), avr32_ap7k_resume(), avr32_ap7k_save_context(), and avr32_ap7k_write_memory().