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

FLASH_ERROR macro

Syntax

#define FLASH_ERROR 0x0000DEAD

References

LocationText
msp432.h:72
#define FLASH_ERROR 0x0000DEAD
msp432p4.c:56
#define FLASH_ERROR 0x0000DEAD
stm32f2x.c:160
stm32g4x.c:100
stm32h7x.c:62
stm32l4x.h:49
#define FLASH_ERROR (FLASH_PGSERR | FLASH_SIZERR | FLASH_PGAERR | \
stm32l5x.c:153
msp432.c:156
case FLASH_ERROR:
msp432p4.c:144
case FLASH_ERROR:
stm32f2x.c:301
if (status & FLASH_ERROR) {
stm32f2x.c:308
status & FLASH_ERROR);
stm32f2x.c:774
uint32_t error = buf_get_u32(reg_params[0].value, 0, 32) & FLASH_ERROR;
stm32g4x.c:404
if (status & FLASH_ERROR) {
stm32g4x.c:410
stm32g4x.c:725
uint32_t error = buf_get_u32(reg_params[0].value, 0, 32) & FLASH_ERROR;
stm32h7x.c:290
if (status & FLASH_ERROR) {
stm32h7x.c:641
if ((flash_sr & FLASH_ERROR) != 0) {
stm32l4x.c:894
if (status & FLASH_ERROR) {
stm32l4x.c:900
stm32l4x.c:1535
error &= FLASH_ERROR;
stm32l5x.c:264
if (status & FLASH_ERROR) {
stm32l5x.c:271
status & FLASH_ERROR);
stm32l5x.c:619
uint32_t error = buf_get_u32(reg_params[0].value, 0, 32) & FLASH_ERROR;