OpenOCD
|
Data Fields | |
uint32_t | bank_num |
const struct flash_device * | dev |
uint32_t | io_base |
bool | probed |
uint32_t stmsmi_flash_bank::bank_num |
Definition at line 108 of file stmsmi.c.
Referenced by read_flash_id(), read_status_reg(), smi_erase_sector(), smi_write_enable(), and stmsmi_probe().
const struct flash_device* stmsmi_flash_bank::dev |
Definition at line 109 of file stmsmi.c.
Referenced by erase_command(), get_stmsmi_info(), stmsmi_erase(), stmsmi_probe(), and stmsmi_write().
uint32_t stmsmi_flash_bank::io_base |
Definition at line 107 of file stmsmi.c.
Referenced by read_flash_id(), read_status_reg(), smi_erase_sector(), smi_write_buffer(), smi_write_enable(), stmsmi_erase(), stmsmi_probe(), and stmsmi_write().
bool stmsmi_flash_bank::probed |
Definition at line 106 of file stmsmi.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), get_stmsmi_info(), stmsmi_auto_probe(), stmsmi_erase(), and stmsmi_probe().