OpenOCD
|
Public Types | |
enum | { FC_AUTO = 0 , FC_PFLASH , FC_FLEX_NVM , FC_FLEX_RAM } |
Data Fields | |
struct flash_bank * | bank |
unsigned | bank_number |
enum kinetis_flash_bank:: { ... } | flash_class |
struct kinetis_chip * | k_chip |
bool | probed |
uint32_t | prog_base |
uint32_t | protection_block |
uint32_t | protection_size |
uint32_t | sector_size |
anonymous enum |
struct flash_bank* kinetis_flash_bank::bank |
Definition at line 237 of file kinetis.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), kinetis_create_missing_banks(), and kinetis_fill_fcf().
unsigned kinetis_flash_bank::bank_number |
Definition at line 236 of file kinetis.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), kinetis_create_missing_banks(), and kinetis_probe().
enum { ... } kinetis_flash_bank::flash_class |
Referenced by kinetis_blank_check(), kinetis_fill_fcf(), kinetis_info(), kinetis_probe(), and kinetis_protect_check().
struct kinetis_chip* kinetis_flash_bank::k_chip |
Definition at line 234 of file kinetis.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), kinetis_blank_check(), kinetis_chip_options(), kinetis_create_missing_banks(), kinetis_erase(), kinetis_fill_fcf(), kinetis_free_driver_priv(), kinetis_get_chip(), kinetis_info(), kinetis_probe(), kinetis_write(), kinetis_write_inner(), and kinetis_write_sections().
bool kinetis_flash_bank::probed |
Definition at line 235 of file kinetis.c.
Referenced by COMMAND_HANDLER(), kinetis_auto_probe(), and kinetis_probe().
uint32_t kinetis_flash_bank::prog_base |
Definition at line 241 of file kinetis.c.
Referenced by kinetis_blank_check(), kinetis_erase(), kinetis_probe(), kinetis_write(), kinetis_write_block(), kinetis_write_inner(), and kinetis_write_sections().
uint32_t kinetis_flash_bank::protection_block |
Definition at line 243 of file kinetis.c.
Referenced by kinetis_probe(), and kinetis_protect_check().
uint32_t kinetis_flash_bank::protection_size |
Definition at line 240 of file kinetis.c.
Referenced by kinetis_probe().
uint32_t kinetis_flash_bank::sector_size |
Definition at line 239 of file kinetis.c.
Referenced by kinetis_probe(), and kinetis_write_sections().