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

FLASH_SR macro

Syntax

#define FLASH_SR 0x10

References

LocationText
stm32h7x.c:27
#define FLASH_SR 0x10
stm32lx.c:32
#define FLASH_SR 0x18
str9x.c:29
#define FLASH_SR 0x5400001C /* Status Register */
stm32h7x.c:260
return stm32x_read_flash_reg(bank, FLASH_SR, status);
stm32lx.c:1143
return target_read_u32(target, stm32lx_info->flash_base + FLASH_SR, status);
stm32lx.c:1231
target_write_u32(target, stm32lx_info->flash_base + FLASH_SR, status & FLASH_SR__OPTVERR);