{% extends "base.html" %} {%- macro reserved_addr(addr, addr_digits) -%}
Offset | Identifier | Name | |
---|---|---|---|
{{"0x{n:0{width}X}".format(n=child.inst.addr_offset, width=addr_digits)}} | {%- if child.inst.is_array -%} {{child.inst.inst_name}}{% for dim in child.inst.array_dimensions %}[{{dim}}]{% endfor %} {%- else -%} {{child.inst.inst_name}} {%- endif -%} | {{(child.get_html_name() or "-")|safe}} |