OpenOCD
|
Data Fields | |
uint32_t | bank_num |
const struct flash_device * | dev |
uint32_t | io_base |
uint32_t | ioconfig_base |
uint32_t | max_spi_clock_mhz |
bool | probed |
uint32_t | ssp_base |
Definition at line 38 of file lpcspifi.c.
uint32_t lpcspifi_flash_bank::bank_num |
Definition at line 43 of file lpcspifi.c.
Referenced by lpcspifi_probe().
const struct flash_device* lpcspifi_flash_bank::dev |
Definition at line 45 of file lpcspifi.c.
Referenced by get_lpcspifi_info(), lpcspifi_bulk_erase(), lpcspifi_erase(), lpcspifi_probe(), and lpcspifi_write().
uint32_t lpcspifi_flash_bank::io_base |
Definition at line 41 of file lpcspifi.c.
Referenced by io_write_reg(), lpcspifi_bulk_erase(), lpcspifi_probe(), lpcspifi_read_flash_id(), lpcspifi_set_sw_mode(), lpcspifi_write_enable(), read_status_reg(), and ssp_setcs().
uint32_t lpcspifi_flash_bank::ioconfig_base |
Definition at line 42 of file lpcspifi.c.
Referenced by ioconfig_write_reg(), lpcspifi_probe(), and lpcspifi_set_sw_mode().
uint32_t lpcspifi_flash_bank::max_spi_clock_mhz |
Definition at line 44 of file lpcspifi.c.
bool lpcspifi_flash_bank::probed |
Definition at line 39 of file lpcspifi.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), get_lpcspifi_info(), lpcspifi_auto_probe(), lpcspifi_erase(), and lpcspifi_probe().
uint32_t lpcspifi_flash_bank::ssp_base |
Definition at line 40 of file lpcspifi.c.
Referenced by lpcspifi_bulk_erase(), lpcspifi_probe(), lpcspifi_read_flash_id(), lpcspifi_set_hw_mode(), lpcspifi_set_sw_mode(), lpcspifi_write_enable(), poll_ssp_busy(), read_status_reg(), ssp_read_reg(), and ssp_write_reg().