Home
last modified time | relevance | path

Searched refs:debug_rsn (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c126 int debug_rsn; in print_debug_exception_details() local
127 asm("rsr.debugcause %0":"=r"(debug_rsn)); in print_debug_exception_details()
129 if (debug_rsn & XCHAL_DEBUGCAUSE_ICOUNT_MASK) { in print_debug_exception_details()
132 if (debug_rsn & XCHAL_DEBUGCAUSE_IBREAK_MASK) { in print_debug_exception_details()
135 if (debug_rsn & XCHAL_DEBUGCAUSE_DBREAK_MASK) { in print_debug_exception_details()
139 if (debug_rsn & (1 << 8)) { in print_debug_exception_details()
160 if (debug_rsn & XCHAL_DEBUGCAUSE_BREAK_MASK) { in print_debug_exception_details()
163 if (debug_rsn & XCHAL_DEBUGCAUSE_BREAKN_MASK) { in print_debug_exception_details()
166 if (debug_rsn & XCHAL_DEBUGCAUSE_DEBUGINT_MASK) { in print_debug_exception_details()