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

FLASH_PGERR macro

Syntax

#define FLASH_PGERR (1 << 2)

References

LocationText
em357.c:56
#define FLASH_PGERR (1 << 2)
stm32f1x.c:77
#define FLASH_PGERR (1 << 2)
stm32g0x.c:88
#define FLASH_PGERR (1 << 2)
em357.c:133
if (status & FLASH_PGERR) {
em357.c:139
if (status & (FLASH_WRPRTERR | FLASH_PGERR)) {
em357.c:143
em357.c:539
if (buf_get_u32(reg_params[3].value, 0, 32) & FLASH_PGERR) {
em357.c:542
target_write_u32(target, EM357_FLASH_SR, FLASH_PGERR);
stm32f1x.c:188
if (status & FLASH_PGERR) {
stm32f1x.c:194
if (status & (FLASH_WRPRTERR | FLASH_PGERR)) {
stm32f1x.c:199
FLASH_WRPRTERR | FLASH_PGERR);
stm32g0x.c:534
if (buf_get_u32(reg_params[0].value, 0, 32) & FLASH_PGERR) {
stm32g0x.c:537