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

S_SLEEP macro

Syntax

#define S_SLEEP BIT(18)

References

LocationText
cortex_m.h:136
#define S_SLEEP BIT(18)
cortex_m.c:1067
if (cortex_m->dcb_dhcsr & S_RETIRE_ST || cortex_m->dcb_dhcsr & S_SLEEP) {
cortex_m.c:1904
if (retval == ERROR_OK && (cortex_m->dcb_dhcsr & S_SLEEP))