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

FLASH_PG macro

Syntax

#define FLASH_PG (1 << 0)

References

LocationText
em357.c:44
#define FLASH_PG (1 << 0)
stm32f1x.c:64
#define FLASH_PG (1 << 0)
stm32f2x.c:139
#define FLASH_PG (1 << 0)
stm32g0x.c:67
#define FLASH_PG (1 << 0)
stm32g4x.c:76
#define FLASH_PG (1 << 0)
stm32h7x.c:39
#define FLASH_PG (1 << 1)
stm32l4x.h:22
#define FLASH_PG BIT(0)
stm32l5x.c:127
#define FLASH_PG (1 << 0)
em357.c:626
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_PG);
em357.c:646
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_PG);
stm32f1x.c:719
stm32f2x.c:861
FLASH_PG | FLASH_PSIZE_16);
stm32f2x.c:880
FLASH_PG | FLASH_PSIZE_8);
stm32h7x.c:715
stm32x_info->part_info->compute_flash_cr(FLASH_PG | FLASH_PSIZE_64, 0));
stm32l4x.c:1575