## -*- coding: utf-8 -*-
| Property Name | Type | Description | Units | Range | Tags |
|---|---|---|---|---|---|
| ${section.name} | |||||
| ${section.description} | |||||
| ${kind.name} | |||||
| Property Name | Type | Description | Units | Range | Tags |
| ${prop.name | wbr} |
% if prop.enum:
${prop.type}
% else:
${prop.type}
% endif
% if prop.container is not None:
x
% endif
% if prop.container == 'array':
${" x ".join(prop.container_sizes)}
% elif prop.container == 'tuple':
${prop.type_notes | wbr}
% endif
% if prop.enum:
|
% if prop.description is not None: ${prop.description | md_html, linkify_tags(metadata), wbr} % endif | % if prop.units is not None: ${prop.units | wbr} % endif |
% if prop.deprecated:
Deprecated. Do not use. % endif % if prop.range is not None: ${prop.range | md_html, linkify_tags(metadata), wbr} % endif |
% if next(prop.tags, None): % endif |
| Details | |||||
| ${prop.details | md_html, linkify_tags(metadata), wbr} | |||||
| HAL Implementation Details | |||||
| ${prop.hal_details | md_html, linkify_tags(metadata), wbr} | |||||