Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.c118 panic_header_buffer.reboot_sum_count++; in debug_lastword_init()
170 if (panic_header_buffer.reboot_sum_count > panic_header_buffer.reboot_reason_id) { in debug_reboot_reason_get()
171 panic_header_buffer.reboot_reason_id = panic_header_buffer.reboot_sum_count; in debug_reboot_reason_get()
313 panic_header->reboot_sum_count = 0; in panic_header_init()
328 printf("panic header reboot sum count %d\r\n", (int)panic_header->reboot_sum_count); in panic_header_show()
A Ddebug_lastword.h21 uint32_t reboot_sum_count; member

Completed in 13 milliseconds