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

DSCSR_CDS macro

Syntax

#define DSCSR_CDS BIT(16)

References

LocationText
cortex_m.h:154
#define DSCSR_CDS BIT(16)
cortex_m.c:921
bool secure_state = (dscsr & DSCSR_CDS) == DSCSR_CDS;