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

FLASH_PGAERR macro

Syntax

#define FLASH_PGAERR (1 << 5)

References

LocationText
stm32f2x.c:156
#define FLASH_PGAERR (1 << 5) /* Programming alignment error */
stm32g4x.c:95
#define FLASH_PGAERR (1 << 5) /* Programming alignment error */
stm32l4x.h:44
#define FLASH_PGAERR BIT(5) /* Programming alignment error */
stm32l5x.c:147
#define FLASH_PGAERR (1 << 5) /* Programming alignment error */
stm32f2x.c:160
stm32g4x.c:100
stm32l4x.h:49
#define FLASH_ERROR (FLASH_PGSERR | FLASH_SIZERR | FLASH_PGAERR | \
stm32l5x.c:153