|
OpenOCD
|

Data Fields | |
| struct sam3_bank_private | bank [SAM3_MAX_FLASH_BANKS] |
| uint32_t | chipid_cidr |
| unsigned int | gpnvm [SAM3_N_NVM_BITS] |
| unsigned int | n_banks |
| unsigned int | n_gpnvms |
| const char * | name |
| unsigned int | total_flash_size |
| unsigned int | total_sram_size |
Definition at line 168 of file at91sam3.c.
| struct sam3_bank_private sam3_chip_details::bank[SAM3_MAX_FLASH_BANKS] |
Definition at line 184 of file at91sam3.c.
Referenced by COMMAND_HANDLER(), FLASH_BANK_COMMAND_HANDLER(), and sam3_get_details().
| uint32_t sam3_chip_details::chipid_cidr |
Definition at line 176 of file at91sam3.c.
Referenced by sam3_get_details().
| unsigned int sam3_chip_details::gpnvm[SAM3_N_NVM_BITS] |
Definition at line 181 of file at91sam3.c.
Referenced by flashd_clr_gpnvm(), flashd_get_gpnvm(), and flashd_set_gpnvm().
| unsigned int sam3_chip_details::n_banks |
Definition at line 184 of file at91sam3.c.
| unsigned int sam3_chip_details::n_gpnvms |
Definition at line 179 of file at91sam3.c.
Referenced by COMMAND_HANDLER().
| const char* sam3_chip_details::name |
Definition at line 177 of file at91sam3.c.
Referenced by sam3_get_details().
| unsigned int sam3_chip_details::total_flash_size |
Definition at line 182 of file at91sam3.c.
| unsigned int sam3_chip_details::total_sram_size |
Definition at line 183 of file at91sam3.c.