Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.h16 #define RUNTIME_COUNT 20 macro
25 int64_t runtime_before_painc[RUNTIME_COUNT];
A Ddebug_lastword.c148 if (panic_header_buffer.runtime_record_id >= RUNTIME_COUNT) { in debug_reboot_reason_update()
199 if (panic_count > RUNTIME_COUNT) { in debug_get_painc_runtime()
200 printf("panic count is larger than %d\r\n", RUNTIME_COUNT); in debug_get_painc_runtime()
205 for (count = 0; count < RUNTIME_COUNT; count++) { in debug_get_painc_runtime()
212 idx = RUNTIME_COUNT - 1; in debug_get_painc_runtime()
318 for (i = 0; i < RUNTIME_COUNT; i++) { in panic_header_init()

Completed in 7 milliseconds