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

FLASH_MER macro

Syntax

#define FLASH_MER (1 << 2)

References

LocationText
em357.c:46
#define FLASH_MER (1 << 2)
stm32f1x.c:66
#define FLASH_MER (1 << 2)
stm32f2x.c:141
#define FLASH_MER (1 << 2) /* MER/MER1 for f76x/77x */
stm32g0x.c:69
#define FLASH_MER (1 << 2)
str7x.c:44
#define FLASH_MER 0x02000000
em357.c:838
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_MER);
em357.c:841
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_MER | FLASH_STRT);
stm32f1x.c:1632
stm32f1x.c:1636
FLASH_MER | FLASH_STRT);
stm32f2x.c:1528
flash_mer = FLASH_MER | FLASH_MER1;
stm32f2x.c:1530
flash_mer = FLASH_MER;