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

FLASH_SR__OPTVERR macro

Syntax

#define FLASH_SR__OPTVERR (1<<11)

References

LocationText
stm32lx.c:64
#define FLASH_SR__OPTVERR (1<<11)
stm32lx.c:1229
if (status & FLASH_SR__OPTVERR) {
stm32lx.c:1231
target_write_u32(target, stm32lx_info->flash_base + FLASH_SR, status & FLASH_SR__OPTVERR);