Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/imgtool/
Ddumpinfo.py65 def parse_status(status_hex): argument
66 …return f"{STATUS[status_hex]} ({status_hex})" if status_hex in STATUS else f"INVALID ({status_hex}…