跳转至

{% include "docs/reference/hardware/_common/_driver_header.md" %}

Fuchsia hardware drivers

{% comment %} The list of Fuchsia drivers is generated from the information in the following files: https://fuchsia.dev/reference/drivers/all_drivers_doc.yaml

Since this page is generated from on a template, the full page is best viewed at http://www.fuchsia.dev/fuchsia-src/reference/hardware/drivers {% endcomment %}

This page lists drivers that are in the Fuchsia source tree. For deprecated drivers, see Deprecated drivers.

Drivers

Driver area

{%- for area in drivers.drivers_areas %} {%- set found=false %} {%- for driver in drivers.drivers_documentation %} {%- for drivera in driver.areas %} {%- if drivera == area %} {%- set found=true %} {%- endif %} {%- endfor %} {%- endfor %} {%- if found %}
{%- endif %} {%- endfor %}


{% include "docs/reference/hardware/_common/_index_table_header.md" %} {%- for driver in drivers.drivers_documentation | sort(attribute='short_description') %} {% include "docs/reference/hardware/_common/_index_table_body.md" %} {%- endfor %} {% include "docs/reference/hardware/_common/_index_table_footer.md" %}

最后更新: 2022 年 12 月 31 日(Saturday) 21:07 CST