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

FLASH_PSIZE_64 macro

Syntax

#define FLASH_PSIZE_64 (3 << 8)

References

LocationText
stm32f2x.c:147
#define FLASH_PSIZE_64 (3 << 8)
stm32h7x.c:45
#define FLASH_PSIZE_64 (3 << 4)
stm32h7x.c:159
cmd &= ~(FLASH_PSIZE_64 | FLASH_FW | FLASH_START);
stm32h7x.c:492
stm32x_info->part_info->compute_flash_cr(FLASH_SER | FLASH_PSIZE_64, i));
stm32h7x.c:498
stm32x_info->part_info->compute_flash_cr(FLASH_SER | FLASH_PSIZE_64 | FLASH_START, i));
stm32h7x.c:715
stm32x_info->part_info->compute_flash_cr(FLASH_PG | FLASH_PSIZE_64, 0));
stm32h7x.c:1060
stm32x_info->part_info->compute_flash_cr(FLASH_BER | FLASH_PSIZE_64, 0));
stm32h7x.c:1065
stm32x_info->part_info->compute_flash_cr(FLASH_BER | FLASH_PSIZE_64 | FLASH_START, 0));