Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.c145 …panic_header_buffer.runtime_before_painc[panic_header_buffer.runtime_record_id] = krhino_ticks_to_… in debug_reboot_reason_update()
147 panic_header_buffer.runtime_record_id++; in debug_reboot_reason_update()
148 if (panic_header_buffer.runtime_record_id >= RUNTIME_COUNT) { in debug_reboot_reason_update()
149 panic_header_buffer.runtime_record_id = 0; in debug_reboot_reason_update()
203 idx = panic_header_buffer.runtime_record_id; in debug_get_painc_runtime()
316 panic_header->runtime_record_id = 0; in panic_header_init()
A Ddebug_lastword.h24 uint32_t runtime_record_id; member

Completed in 9 milliseconds