Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_lastword.c341 debug_panic_info_head_t *log_header = (debug_panic_info_head_t *)HEADER_START_ADDR; in panic_header_set() local
345 memcpy(log_header, panic_header, sizeof(debug_panic_info_head_t)); in panic_header_set()
346 k_dcache_clean((uintptr_t)log_header, sizeof(debug_panic_info_head_t)); in panic_header_set()
357 debug_panic_info_head_t *log_header = (debug_panic_info_head_t *)HEADER_START_ADDR; in panic_header_get() local
358 memcpy(panic_header, log_header, sizeof(debug_panic_info_head_t)); in panic_header_get()

Completed in 10 milliseconds