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

NUMICRO_SYS_WRPROT macro

Syntax

#define NUMICRO_SYS_WRPROT 0x50000100

References

LocationText
numicro.c:35
#define NUMICRO_SYS_WRPROT 0x50000100
numicro.c:566
retval = target_read_u32(target, NUMICRO_SYS_WRPROT - m_address_bias_offset, &is_protected);
numicro.c:573
retval = target_write_u32(target, NUMICRO_SYS_WRPROT - m_address_bias_offset, REG_KEY1);
numicro.c:576
retval = target_write_u32(target, NUMICRO_SYS_WRPROT - m_address_bias_offset, REG_KEY2);
numicro.c:579
retval = target_write_u32(target, NUMICRO_SYS_WRPROT - m_address_bias_offset, REG_KEY3);
numicro.c:584
retval = target_read_u32(target, NUMICRO_SYS_WRPROT - m_address_bias_offset, &is_protected);