Home
last modified time | relevance | path

Searched refs:g_uartHostMethod (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c496 static struct UartHostMethod g_uartHostMethod = { variable
559 host->method = &g_uartHostMethod; in HdfUartInit()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-develop.md288 struct UartHostMethod g_uartHostMethod = {
377 …host->method = &g_uartHostMethod; // UartHostMethod的实例化…
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_wm.c220 struct UartHostMethod g_uartHostMethod = { variable
398 host->method = &g_uartHostMethod; in UartDriverInit()
H A Duart_asr.c518 struct UartHostMethod g_uartHostMethod = { variable
662 host->method = &g_uartHostMethod; in HdfUartDeviceInit()
H A Duart_gr5xx.c495 struct UartHostMethod g_uartHostMethod = { variable
706 host->method = &g_uartHostMethod; in HdfUartDeviceInit()
H A Duart_bes.c412 struct UartHostMethod g_uartHostMethod = { variable
669 host->method = &g_uartHostMethod;
H A Duart_stm32f4xx.c312 struct UartHostMethod g_uartHostMethod = { variable
611 host->method = &g_uartHostMethod;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md265 struct UartHostMethod g_uartHostMethod = {
354 …host->method = &g_uartHostMethod; // Attach the UartHos…