Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_panic.c85 return g_crash_steps; in debug_cpu_in_crash()
414 if (g_crash_steps > 1 && g_crash_steps < DEBUG_PANIC_STEP_MAX) { in panicHandler()
418 switch (g_crash_steps) { in panicHandler()
432 g_crash_steps++; in panicHandler()
436 g_crash_steps++; in panicHandler()
442 g_crash_steps++; in panicHandler()
446 g_crash_steps++; in panicHandler()
452 g_crash_steps++; in panicHandler()
504 g_crash_steps = 0; in panicHandler()
519 g_crash_steps = 1; in debug_fatal_error()
[all …]
A Ddebug_panic.h17 extern volatile uint32_t g_crash_steps;
A Ddebug_print.c24 extern volatile uint32_t g_crash_steps;
684 if (g_crash_steps > 0) { in aos_debug_printf()
/AliOS-Things-master/hardware/chip/haas1000/aos/
A Dsoc_init.c7 extern volatile uint32_t g_crash_steps;
13 if (g_crash_steps) { in hal_reboot()
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/
A Dpanic_c.c11 extern volatile uint32_t g_crash_steps;
184 g_crash_steps++; in exceptionHandler()
185 if (g_crash_steps > 1) { in exceptionHandler()
/AliOS-Things-master/hardware/arch/armv7m/common/
A Dpanic_armcc.S22 EXTERN g_crash_steps
49 LDR R1, =g_crash_steps
A Dpanic_iccarm.S22 EXTERN g_crash_steps
49 LDR R1, =g_crash_steps
A Dpanic_gcc.sx21 .extern g_crash_steps
53 LDR R1, =g_crash_steps
/AliOS-Things-master/hardware/arch/armv8m/common/
A Dpanic_gcc.sx21 .extern g_crash_steps
53 LDR R1, =g_crash_steps
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dvectors.S16 .extern g_crash_steps
363 la t0, g_crash_steps

Completed in 15 milliseconds