OpenOCD
stm32h7x_flash_bank Struct Reference
Collaboration diagram for stm32h7x_flash_bank:

Data Fields

uint32_t flash_regs_base
 
uint32_t idcode
 
const struct stm32h7x_part_infopart_info
 
bool probed
 
uint32_t user_bank_size
 

Detailed Description

Definition at line 122 of file stm32h7x.c.

Field Documentation

◆ flash_regs_base

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().

◆ idcode

uint32_t stm32h7x_flash_bank::idcode

Definition at line 124 of file stm32h7x.c.

Referenced by stm32x_get_info(), and stm32x_probe().

◆ part_info

const struct stm32h7x_part_info* stm32h7x_flash_bank::part_info

◆ probed

bool stm32h7x_flash_bank::probed

◆ user_bank_size

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().


The documentation for this struct was generated from the following file: