Home
last modified time | relevance | path

Searched refs:g_hdfUartDevice (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-develop.md128 struct HdfDriverEntry g_hdfUartDevice = {
135 HDF_INIT(g_hdfUartDevice); // 调用HDF_INIT将驱动入口注册到HDF框架中
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_asr.c685 struct HdfDriverEntry g_hdfUartDevice = { variable
693 HDF_INIT(g_hdfUartDevice);
H A Duart_gr5xx.c729 struct HdfDriverEntry g_hdfUartDevice = { variable
737 HDF_INIT(g_hdfUartDevice);
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-asr582x-combo-demo.md426 struct HdfDriverEntry g_hdfUartDevice = {
434 HDF_INIT(g_hdfUartDevice);
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-asr582x-combo-demo.md426 struct HdfDriverEntry g_hdfUartDevice = {
434 HDF_INIT(g_hdfUartDevice);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md120 struct HdfDriverEntry g_hdfUartDevice = {
127 …HDF_INIT(g_hdfUartDevice); // Call HDF_INIT to register the driver entry with the HD…