OpenOCD
|
Data Fields | |
uint32_t | flash_base |
uint32_t | idcode |
struct stm32lx_part_info | part_info |
bool | probed |
uint32_t | user_bank_size |
uint32_t stm32lx_flash_bank::flash_base |
Definition at line 123 of file stm32lx.c.
Referenced by stm32lx_enable_write_half_page(), stm32lx_erase_sector(), stm32lx_get_flash_status(), stm32lx_lock_program_memory(), stm32lx_mass_erase(), stm32lx_obl_launch(), stm32lx_probe(), stm32lx_protect_check(), stm32lx_unlock_options_bytes(), stm32lx_unlock_program_memory(), stm32lx_wait_until_bsy_clear_timeout(), and stm32lx_write_half_pages().
uint32_t stm32lx_flash_bank::idcode |
Definition at line 121 of file stm32lx.c.
Referenced by stm32lx_probe().
struct stm32lx_part_info stm32lx_flash_bank::part_info |
Definition at line 123 of file stm32lx.c.
Referenced by stm32lx_erase_sector(), stm32lx_probe(), stm32lx_update_part_info(), stm32lx_write(), and stm32lx_write_half_pages().
bool stm32lx_flash_bank::probed |
Definition at line 120 of file stm32lx.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), stm32lx_auto_probe(), and stm32lx_probe().
uint32_t stm32lx_flash_bank::user_bank_size |
Definition at line 122 of file stm32lx.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), and stm32lx_probe().