Lines Matching refs:hardware
6 …to streamline device drivers to work with different kernels on the same hardware with the minimum …
20 …nfigure components as required and focus on the interaction between the hardware and driver. The d…
41 - Hardware Device Interface (HDI) layer: provides unified and stable APIs for hardware operations.
43 - HDF: provides unified hardware resource management, driver loading management, device node manage…
45 …terface (DevEco Studio): supports abstract description of hardware resources to shield hardware di…
49 …ral drivers to operate board hardware, such as I2C, SPI, and UART buses, and uniformly abstracts t…
59 …The platform devices refer to buses, such as I2C and UART, and specific hardware resources, such a…
61 … in underlying hardware. It also provides platform device drivers unified APIs for interface adapt…
65 …rm device operation APIs are encapsulated in a unified manner to shield hardware differences betwe…
67 …are provided for platform device drivers. You only need to focus on the hardware control, rather t…
92 | drivers/peripheral | Provides the hardware abstraction layer for peripheral modules, such as the …
98 …rm driver framework for interface adaptation. You only need to focus on hardware control, without …
102 …des a variety of standard peripheral driver models. These models shield hardware differences and p…