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

FLASH_WRPRTERR macro

Syntax

#define FLASH_WRPRTERR (1 << 4)

References

LocationText
em357.c:57
#define FLASH_WRPRTERR (1 << 4)
stm32f1x.c:78
#define FLASH_WRPRTERR (1 << 4)
stm32g0x.c:89
#define FLASH_WRPRTERR (1 << 4)
em357.c:128
if (status & FLASH_WRPRTERR) {
em357.c:139
if (status & (FLASH_WRPRTERR | FLASH_PGERR)) {
em357.c:143
target_write_u32(target, EM357_FLASH_SR, FLASH_WRPRTERR | FLASH_PGERR);
em357.c:547
if (buf_get_u32(reg_params[3].value, 0, 32) & FLASH_WRPRTERR) {
em357.c:550
target_write_u32(target, EM357_FLASH_SR, FLASH_WRPRTERR);
stm32f1x.c:183
if (status & FLASH_WRPRTERR) {
stm32f1x.c:194
if (status & (FLASH_WRPRTERR | FLASH_PGERR)) {
stm32f1x.c:199
FLASH_WRPRTERR | FLASH_PGERR);
stm32g0x.c:540
if (buf_get_u32(reg_params[0].value, 0, 32) & FLASH_WRPRTERR) {
stm32g0x.c:543