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

avrf_type struct

Syntax

struct avrf_type {     char name[15];     uint16_t chip_id;     int flash_page_size;     int flash_page_num;     int eeprom_page_size;     int eeprom_page_num; };

Fields

name

No summary provided. Read more...

chip_id

No summary provided. Read more...

flash_page_size

No summary provided. Read more...

flash_page_num

No summary provided. Read more...

eeprom_page_size

No summary provided. Read more...

eeprom_page_num

No summary provided. Read more...

References

LocationReferrerScopeText
avrf.c:39
struct avrf_type {
avrf.c:53avft_chips_info
static const struct avrf_type avft_chips_info[] = {
avrf.c:297avrf_probe()::avr_infoavrf_probe()
const struct avrf_type *avr_info = NULL;
avrf.c:364avrf_info()::avr_infoavrf_info()
const struct avrf_type *avr_info = NULL;

Type Use

Variables of avrf_type type
avrf_probe()::avr_info
avrf_info()::avr_info
all items filtered out
avrf_type