Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_cli_cmd.c256 g_crash_not_reboot = OS_PANIC_NOT_REBOOT; in debug_panic_runto_cli()
258 g_crash_not_reboot = 0; in debug_panic_runto_cli()
260 aos_cli_printf("set panic_runto_cli flag:0x%x\r\n", g_crash_not_reboot); in debug_panic_runto_cli()
A Ddebug_panic.h20 extern volatile uint32_t g_crash_not_reboot;
A Ddebug_panic.c68 volatile uint32_t g_crash_not_reboot = 0; variable
80 g_crash_not_reboot = OS_PANIC_NOT_REBOOT; in debug_cpu_goto_cli()
128 if (g_crash_not_reboot == OS_PANIC_NOT_REBOOT) { in debug_panic_end()

Completed in 4 milliseconds