OpenOCD
|
Data Fields | |
uint32_t | flash_regs_base |
uint32_t | idcode |
const struct stm32h7x_part_info * | part_info |
bool | probed |
uint32_t | user_bank_size |
Definition at line 122 of file stm32h7x.c.
uint32_t stm32h7x_flash_bank::flash_regs_base |
Definition at line 126 of file stm32h7x.c.
Referenced by stm32x_get_flash_reg(), stm32x_probe(), and stm32x_write_block().
uint32_t stm32h7x_flash_bank::idcode |
Definition at line 124 of file stm32h7x.c.
Referenced by stm32x_get_info(), and stm32x_probe().
const struct stm32h7x_part_info* stm32h7x_flash_bank::part_info |
Definition at line 127 of file stm32h7x.c.
Referenced by stm32x_erase(), stm32x_get_info(), stm32x_mass_erase(), stm32x_probe(), stm32x_protect(), stm32x_write(), and stm32x_write_block().
bool stm32h7x_flash_bank::probed |
Definition at line 123 of file stm32h7x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), stm32x_auto_probe(), stm32x_get_info(), and stm32x_probe().
uint32_t stm32h7x_flash_bank::user_bank_size |
Definition at line 125 of file stm32h7x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), and stm32x_probe().