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

FLASH_SIZERR macro

Syntax

#define FLASH_SIZERR BIT(6)

References

LocationText
stm32g4x.c:94
#define FLASH_SIZERR (1 << 6) /* Size error */
stm32l4x.h:43
#define FLASH_SIZERR BIT(6) /* Size error */
stm32l5x.c:146
#define FLASH_SIZERR (1 << 6) /* Size error */
stm32l4x.h:49
#define FLASH_ERROR (FLASH_PGSERR | FLASH_SIZERR | FLASH_PGAERR | \
stm32l5x.c:153