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

FLASH_PER macro

Syntax

#define FLASH_PER (1 << 1)

References

LocationText
em357.c:45
#define FLASH_PER (1 << 1)
stm32f1x.c:65
#define FLASH_PER (1 << 1)
stm32g0x.c:68
#define FLASH_PER (1 << 1)
stm32g4x.c:77
#define FLASH_PER (1 << 1)
stm32l4x.h:23
#define FLASH_PER BIT(1)
stm32l5x.c:128
#define FLASH_PER (1 << 1)
em357.c:360
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_PER);
em357.c:367
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_PER | FLASH_STRT);
stm32f1x.c:388
stm32f1x.c:396
stm32g4x.c:592
erase_flags = FLASH_PER | FLASH_STRT;
stm32l4x.c:1277
erase_flags = FLASH_PER | FLASH_STRT;
stm32l5x.c:459
erase_flags = FLASH_PER | FLASH_STRT;