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

S_REGRDY macro

Syntax

#define S_REGRDY BIT(16)

References

LocationText
cortex_m.h:134
#define S_REGRDY BIT(16)
cortex_m.c:209
if (cortex_m->dcb_dhcsr & S_REGRDY)
cortex_m.c:346
if ((dhcsr[i] & S_REGRDY) == 0) {
cortex_m.c:429
if (cortex_m->dcb_dhcsr & S_REGRDY)