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

FLASH_WRPERR macro

Syntax

#define FLASH_WRPERR (1 << 4)

References

LocationText
stm32f2x.c:157
#define FLASH_WRPERR (1 << 4) /* Write protection error */
stm32g4x.c:96
#define FLASH_WRPERR (1 << 4) /* Write protection error */
stm32h7x.c:52
#define FLASH_WRPERR (1 << 17) /* Write protection error */
stm32l4x.h:45
#define FLASH_WRPERR BIT(4) /* Write protection error */
stm32l5x.c:148
#define FLASH_WRPERR (1 << 4) /* Write protection error */
stm32f2x.c:160
stm32f2x.c:295
if (status & FLASH_WRPERR) {
stm32f2x.c:776
if (error & FLASH_WRPERR)
stm32g4x.c:100
stm32g4x.c:398
if (status & FLASH_WRPERR) {
stm32g4x.c:727
if (error & FLASH_WRPERR)
stm32h7x.c:62
stm32h7x.c:284
if (status & FLASH_WRPERR) {
stm32h7x.c:638
if (flash_sr & FLASH_WRPERR)
stm32l4x.c:888
if (status & FLASH_WRPERR) {
stm32l4x.c:1537
if (error & FLASH_WRPERR)
stm32l4x.h:50
FLASH_WRPERR | FLASH_PROGERR | FLASH_OPERR)
stm32l5x.c:153
stm32l5x.c:258
if (status & FLASH_WRPERR) {
stm32l5x.c:621
if (error & FLASH_WRPERR)