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

FLASH_STRT macro

Syntax

#define FLASH_STRT (1 << 6)

References

LocationText
em357.c:49
#define FLASH_STRT (1 << 6)
stm32f1x.c:69
#define FLASH_STRT (1 << 6)
stm32f2x.c:143
#define FLASH_STRT (1 << 16)
stm32g0x.c:72
#define FLASH_STRT (1 << 6)
stm32g4x.c:82
#define FLASH_STRT (1 << 16)
stm32l4x.h:29
#define FLASH_STRT BIT(16)
stm32l5x.c:133
#define FLASH_STRT (1 << 16)
em357.c:210
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_OPTER | FLASH_STRT | FLASH_OPTWRE);
em357.c:367
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_PER | FLASH_STRT);
em357.c:841
retval = target_write_u32(target, EM357_FLASH_CR, FLASH_MER | FLASH_STRT);
stm32f1x.c:270
retval = target_write_u32(target, STM32_FLASH_CR_B0, FLASH_OPTER | FLASH_STRT | FLASH_OPTWRE);
stm32f1x.c:396
stm32f1x.c:1636
FLASH_MER | FLASH_STRT);
stm32f2x.c:634
stm32f2x.c:1536
flash_mer | FLASH_STRT);
stm32g4x.c:592
erase_flags = FLASH_PER | FLASH_STRT;
stm32g4x.c:967
retval = stm32l4_write_flash_reg(bank, STM32_FLASH_CR, action | FLASH_STRT);
stm32l4x.c:1277
erase_flags = FLASH_PER | FLASH_STRT;
stm32l4x.c:2247
stm32l5x.c:459
erase_flags = FLASH_PER | FLASH_STRT;
stm32l5x.c:941
action | FLASH_STRT);