stm32h7x_part_info::compute_flash_cr is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32h7x_part_info::compute_flash_cr

stm32h7x_part_info::compute_flash_cr field

Syntax

uint32_t (*compute_flash_cr)(uint32_t cmd, int snb);

References

LocationReferrerText
stm32h7x.c:119
uint32_t (*compute_flash_cr)(uint32_t cmd, int snb);
stm32h7x.c:178
.compute_flash_cr = stm32h74_h75xx_compute_flash_cr,
stm32h7x.c:193
.compute_flash_cr = stm32h7a_h7bxx_compute_flash_cr,
stm32h7x.c:208
.compute_flash_cr = stm32h74_h75xx_compute_flash_cr,
stm32h7x.c:492stm32x_erase()
stm32x_info->part_info->compute_flash_cr(FLASH_SER | FLASH_PSIZE_64, i));
stm32h7x.c:498stm32x_erase()
stm32x_info->part_info->compute_flash_cr(FLASH_SER | FLASH_PSIZE_64 | FLASH_START, i));
stm32h7x.c:715stm32x_write()
stm32x_info->part_info->compute_flash_cr(FLASH_PG | FLASH_PSIZE_64, 0));
stm32h7x.c:1060stm32x_mass_erase()
stm32x_info->part_info->compute_flash_cr(FLASH_BER | FLASH_PSIZE_64, 0));
stm32h7x.c:1065stm32x_mass_erase()
stm32x_info->part_info->compute_flash_cr(FLASH_BER | FLASH_PSIZE_64 | FLASH_START, 0));

Call Tree

Functions calling stm32h7x_part_info::compute_flash_cr
stm32h7x_part_info::compute_flash_cr
Type of stm32h7x_part_info::compute_flash_cr
stm32h7x_part_info::compute_flash_cr
uint32_t
all items filtered out