Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.h23 uint32_t panic_count; /* record info of runtime before panic */ member
36 int64_t debug_get_painc_runtime(int panic_count, int *real_panic_count);
A Ddebug_lastword.c151 panic_header_buffer.panic_count++; in debug_reboot_reason_update()
180 int64_t debug_get_painc_runtime(int panic_count, int *real_panic_count) in debug_get_painc_runtime() argument
194 if (panic_header_buffer.panic_count == 0) { in debug_get_painc_runtime()
199 if (panic_count > RUNTIME_COUNT) { in debug_get_painc_runtime()
206 if (count >= panic_count) { in debug_get_painc_runtime()
315 panic_header->panic_count = 0; in panic_header_init()
330 printf("panic header panic count %d\r\n", (int)panic_header->panic_count); in panic_header_show()

Completed in 3 milliseconds