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

nrf5_uicr_registers enum

Syntax

enum nrf5_uicr_registers {     NRF51_52_UICR_BASE = 0x10001000,  #define NRF5_UICR_REG(offset) (NRF51_52_UICR_BASE + (offset))     NRF51_UICR_CLENR0    = NRF5_UICR_REG(0x000), };

Values

NRF51_52_UICR_BASE

No summary provided. Read more...

NRF51_UICR_CLENR0

No summary provided. Read more...

References

LocationText
nrf5.c:43
enum nrf5_uicr_registers {