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

PIC32MM_NVMPWP macro

Syntax

#define PIC32MM_NVMPWP 0xBF802990

References

LocationText
pic32mm.c:89
#define PIC32MM_NVMPWP 0xBF802990
pic32mm.c:331
retval = target_read_u32(bank->target, PIC32MM_NVMPWP, &reg);
pic32mm.c:358
retval = target_write_u32(bank->target, PIC32MM_NVMPWP, reg);
pic32mm.c:823
if (target_read_u32(target, PIC32MM_NVMPWP, &protection_status) != ERROR_OK)