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

STATUS_WER macro

Syntax

#define STATUS_WER (1<<1)

References

LocationText
esirisc_flash.c:56
#define STATUS_WER (1<<1) /* Write Protect Error */
esirisc_flash.c:181
if (status & STATUS_WER) {
esirisc_flash.c:194
target_write_u32(target, esirisc_info->cfg + STATUS, STATUS_WER);