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

FLASH_OPERR macro

Syntax

#define FLASH_OPERR (1 << 1)

References

LocationText
stm32f2x.c:158
#define FLASH_OPERR (1 << 1) /* Operation error */
stm32g4x.c:98
#define FLASH_OPERR (1 << 1) /* Operation error */
stm32h7x.c:56
#define FLASH_OPERR (1 << 22) /* Operation error */
stm32l4x.h:47
#define FLASH_OPERR BIT(1) /* Operation error */
stm32l5x.c:150
#define FLASH_OPERR (1 << 1) /* Operation error */
stm32f2x.c:160
stm32g4x.c:100
stm32h7x.c:62
stm32l4x.h:50
FLASH_WRPERR | FLASH_PROGERR | FLASH_OPERR)
stm32l5x.c:153