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

avr_common struct

Syntax

struct avr_common {     struct mcu_jtag jtag_info; };

Fields

jtag_info

No summary provided. Read more...

References

LocationReferrerScopeText
avrt.h:17
struct avr_common {
avrf.c:71avr_jtag_reset()
static int avr_jtag_reset(struct avr_common *avr, uint32_t reset)
avrf.c:79avr_jtag_read_jtagid()
static int avr_jtag_read_jtagid(struct avr_common *avr, uint32_t *id)
avrf.c:87avr_jtagprg_enterprogmode()
static int avr_jtagprg_enterprogmode(struct avr_common *avr)
avrf.c:97avr_jtagprg_leaveprogmode()
static int avr_jtagprg_leaveprogmode(struct avr_common *avr)
avrf.c:111avr_jtagprg_chiperase()
static int avr_jtagprg_chiperase(struct avr_common *avr)
avrf.c:135avr_jtagprg_writeflashpage()
static int avr_jtagprg_writeflashpage(struct avr_common *avr,
avrf.c:215avrf_erase()
struct avr_common *avr = target->arch_info;
avrf.c:239avrf_write()
struct avr_common *avr = target->arch_info;
avrf.c:296avrf_probe()
struct avr_common *avr = target->arch_info;
avrf.c:363avrf_info()
struct avr_common *avr = target->arch_info;
avrf.c:406avrf_mass_erase()
struct avr_common *avr = target->arch_info;
avrt.c:73avr_target_create()
struct avr_common *avr = calloc(1, sizeof(struct avr_common));

Type Use

Variables of avr_common type
avr_common
Allocators of avr_common
all items filtered out
avr_common