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

FLASH_PROGERR macro

Syntax

#define FLASH_PROGERR BIT(3)

References

LocationText
stm32g4x.c:97
#define FLASH_PROGERR (1 << 3) /* Programming error */
stm32l4x.h:46
#define FLASH_PROGERR BIT(3) /* Programming error */
stm32l5x.c:149
#define FLASH_PROGERR (1 << 3) /* Programming error */
stm32l4x.h:50
FLASH_WRPERR | FLASH_PROGERR | FLASH_OPERR)