FLASH_START is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

FLASH_START macro

Syntax

#define FLASH_START (1 << 7)

References

LocationText
stm32h7x.c:47
#define FLASH_START (1 << 7)
stm32h7x.c:156
const uint32_t tmp = cmd & (FLASH_FW | FLASH_START);
stm32h7x.c:159
cmd &= ~(FLASH_PSIZE_64 | FLASH_FW | FLASH_START);
stm32h7x.c:498
stm32x_info->part_info->compute_flash_cr(FLASH_SER | FLASH_PSIZE_64 | FLASH_START, i));
stm32h7x.c:1065
stm32x_info->part_info->compute_flash_cr(FLASH_BER | FLASH_PSIZE_64 | FLASH_START, 0));