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

S_RESET_ST macro

Syntax

#define S_RESET_ST BIT(25)

References

LocationText
cortex_m.h:139
#define S_RESET_ST BIT(25)
cortex_m.c:983
if (cortex_m->dcb_dhcsr_cumulated_sticky & S_RESET_ST) {
cortex_m.c:984
cortex_m->dcb_dhcsr_cumulated_sticky &= ~S_RESET_ST;
cortex_m.c:2888
if (cortex_m->dcb_dhcsr & S_RESET_ST) {
cortex_m.c:2890
cortex_m->dcb_dhcsr &= ~S_RESET_ST;
stlink_usb.c:2149
else if (status & S_RESET_ST)