xtensa::nx_stop_cause is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

xtensa::nx_stop_cause field

Syntax

uint32_t nx_stop_cause;

References

LocationReferrerText
xtensa.h:284
uint32_t nx_stop_cause;
xtensa.c:1102xtensa_cause_get()
if (xtensa->nx_stop_cause & DEBUGCAUSE_VALID)
xtensa.c:1103xtensa_cause_get()
return xtensa->nx_stop_cause;
xtensa.c:1113xtensa_cause_get()
xtensa->nx_stop_cause = DEBUGCAUSE_DI;
xtensa.c:1116xtensa_cause_get()
xtensa->nx_stop_cause = DEBUGCAUSE_IC;
xtensa.c:1119xtensa_cause_get()
xtensa->nx_stop_cause = DEBUGCAUSE_IB;
xtensa.c:1123xtensa_cause_get()
xtensa->nx_stop_cause = DEBUGCAUSE_BI;
xtensa.c:1126xtensa_cause_get()
xtensa->nx_stop_cause = DEBUGCAUSE_BN;
xtensa.c:1130xtensa_cause_get()
xtensa->nx_stop_cause = DEBUGCAUSE_DB;
xtensa.c:1136xtensa_cause_get()
if (xtensa->nx_stop_cause)
xtensa.c:1137xtensa_cause_get()
xtensa->nx_stop_cause |= DEBUGCAUSE_VALID;
xtensa.c:1139xtensa_cause_get()
return xtensa->nx_stop_cause;
xtensa.c:1150xtensa_cause_clear()
xtensa->nx_stop_cause = DEBUGCAUSE_VALID;
xtensa.c:1158xtensa_cause_reset()
xtensa->nx_stop_cause = 0;

Data Use

Functions writing xtensa::nx_stop_cause
Functions reading xtensa::nx_stop_cause
xtensa::nx_stop_cause
all items filtered out
Type of xtensa::nx_stop_cause
xtensa::nx_stop_cause
uint32_t
all items filtered out