OpenOCD
|
Data Fields | |
target_addr_t | ctrl_base |
const struct flash_device * | dev |
bool | probed |
target_addr_t fespi_flash_bank::ctrl_base |
Definition at line 115 of file fespi.c.
Referenced by fespi_probe(), fespi_read_reg(), fespi_write(), fespi_write_reg(), and FLASH_BANK_COMMAND_HANDLER().
const struct flash_device* fespi_flash_bank::dev |
Definition at line 116 of file fespi.c.
Referenced by fespi_erase(), fespi_erase_sector(), fespi_probe(), fespi_write(), and slow_fespi_write_buffer().
bool fespi_flash_bank::probed |
Definition at line 114 of file fespi.c.
Referenced by fespi_auto_probe(), fespi_erase(), fespi_probe(), and FLASH_BANK_COMMAND_HANDLER().