avr32_core_reg is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

avr32_core_reg struct

Syntax

struct avr32_core_reg {     uint32_t num;     struct target *target;     struct avr32_ap7k_common *avr32_common; };

Fields

num

No summary provided. Read more...

target

No summary provided. Read more...

avr32_common

No summary provided. Read more...

References

LocationReferrerScopeText
avr32_ap7k.h:28
struct avr32_core_reg {
avr32_ap7k.c:30avr32_core_reg_list_arch_info
static const struct avr32_core_reg
avr32_ap7k.c:130avr32_get_core_reg()
struct avr32_core_reg *avr32_reg = reg->arch_info;
avr32_ap7k.c:143avr32_set_core_reg()
struct avr32_core_reg *avr32_reg = reg->arch_info;
avr32_ap7k.c:169avr32_build_reg_cache()
struct avr32_core_reg *arch_info =
avr32_ap7k.c:170avr32_build_reg_cache()
malloc(sizeof(struct avr32_core_reg) * num_regs);

Type Use

Variables of avr32_core_reg type
avr32_get_core_reg()::avr32_reg
avr32_set_core_reg()::avr32_reg
avr32_build_reg_cache()::arch_info
all items filtered out
avr32_core_reg
Allocators of avr32_core_reg
all items filtered out
avr32_core_reg