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

FLASH_PGSERR macro

Syntax

#define FLASH_PGSERR (1 << 7)

References

LocationText
stm32f2x.c:154
#define FLASH_PGSERR (1 << 7) /* Programming sequence error */
stm32g4x.c:93
#define FLASH_PGSERR (1 << 7) /* Programming sequence error */
stm32h7x.c:53
#define FLASH_PGSERR (1 << 18) /* Programming sequence error */
stm32l4x.h:42
#define FLASH_PGSERR BIT(7) /* Programming sequence error */
stm32l5x.c:145
#define FLASH_PGSERR (1 << 7) /* Programming sequence error */
stm32f2x.c:160
stm32g4x.c:100
#define FLASH_ERROR (FLASH_PGSERR | FLASH_PGSERR | FLASH_PGAERR | FLASH_WRPERR | FLASH_OPERR)
stm32h7x.c:62
stm32l4x.h:49
#define FLASH_ERROR (FLASH_PGSERR | FLASH_SIZERR | FLASH_PGAERR | \
stm32l5x.c:153