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