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

FLASH_MER1 macro

Syntax

#define FLASH_MER1 (1 << 15)

References

LocationText
stm32f2x.c:142
#define FLASH_MER1 (1 << 15) /* MER2 for f76x/77x, confusing ... */
stm32g4x.c:78
#define FLASH_MER1 (1 << 2)
stm32l4x.h:24
#define FLASH_MER1 BIT(2)
stm32l5x.c:129
#define FLASH_MER1 (1 << 2)
stm32f2x.c:1528
flash_mer = FLASH_MER | FLASH_MER1;
stm32g4x.c:945
uint32_t action = FLASH_MER1;
stm32l4x.c:2214
uint32_t action = FLASH_MER1;
stm32l5x.c:972
action = FLASH_MER1 | FLASH_MER2;