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

FLASH_MER2 macro

Syntax

#define FLASH_MER2 BIT(15)

References

LocationText
stm32g4x.c:81
#define FLASH_MER2 (1 << 15)
stm32l4x.h:28
#define FLASH_MER2 BIT(15)
stm32l5x.c:132
#define FLASH_MER2 (1 << 15)
stm32g4x.c:948
action |= FLASH_MER2;
stm32l4x.c:2217
action |= FLASH_MER2;
stm32l5x.c:972
action = FLASH_MER1 | FLASH_MER2;