Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/coredump/coredump_parser/
Dlog_parser.py14 LOG_HDR_STRUCT = "<ccHHBBI" variable
15 LOG_HDR_SIZE = struct.calcsize(LOG_HDR_STRUCT)
139 id1, id2, hdr_ver, tgt_code, ptr_size, flags, reason = struct.unpack(LOG_HDR_STRUCT, hdr)