Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.c82 panic_header_get(&panic_header_buffer); in debug_lastword_init()
84 …if (crc16_calc((uint8_t *)&panic_header_buffer, CRC_CALC_LEN, 0xffff) != panic_header_buffer.crc16… in debug_lastword_init()
113 panic_header_buffer.log_magic = 0; in debug_lastword_init()
122 panic_header_set(&panic_header_buffer); in debug_lastword_init()
133 panic_header_get(&panic_header_buffer); in debug_reboot_reason_update()
145panic_header_buffer.runtime_before_painc[panic_header_buffer.runtime_record_id] = krhino_ticks_to_… in debug_reboot_reason_update()
151 panic_header_buffer.panic_count++; in debug_reboot_reason_update()
162 panic_header_get(&panic_header_buffer); in debug_reboot_reason_get()
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()
[all …]

Completed in 4 milliseconds