{% extends "base.html" %} {% set active = 'registers' %} {% block title %}{{ node.name }} · DocGraph{% endblock %} {% block content %}
qualified {{ node.qualified_name }}
· doc {{ node.doc_id | short_id }}
· page {{ node.location.page or '—' }}
· source {{ node.attrs.get('source','heuristic') }}
{{ node.summary }}{% endif %}
{{ node.attrs.get('address') or '—' }}{{ node.attrs.get('offset') or '—' }}{{ node.attrs.get('reset_value') or '—' }}没有位域。可能是 LLM 抽取还没覆盖;试试 docgraph review 检查置信度。
{% else %}| bits | name | access | reset | description |
|---|---|---|---|---|
{{ bf.attrs.bit_high }}:{{ bf.attrs.bit_low }} |
{{ bf.name }} | {{ bf.attrs.access or '—' }} | {{ bf.attrs.reset or '—' }} |
{{ bf.attrs.description | short(200) }} |
{{ node.model_dump_json(indent=2) }}