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

AIRCR_VECTKEY macro

Syntax

#define AIRCR_VECTKEY (0x5FAul << 16)

References

LocationText
cortex_m.h:174
#define AIRCR_VECTKEY (0x5FAul << 16)
cortex_m.c:1256
AIRCR_VECTKEY | AIRCR_VECTRESET);
cortex_m.c:1813
cortex_m.c:1967
AIRCR_VECTKEY | ((reset_config == CORTEX_M_RESET_SYSRESETREQ)
hla_target.c:377
adapter->layout->api->write_debug_reg(adapter->handle, NVIC_AIRCR, AIRCR_VECTKEY | AIRCR_SYSRESETREQ);
psoc6.c:941
AIRCR_VECTKEY | AIRCR_SYSRESETREQ);
psoc6.c:945
AIRCR_VECTKEY | AIRCR_VECTRESET);
psoc6.c:1000
AIRCR_VECTKEY | AIRCR_SYSRESETREQ);