Home
last modified time | relevance | path

Searched refs:UartHostMethod (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-develop.md71 UartHostMethod定义:
74 struct UartHostMethod {
88 **表 1** UartHostMethod结构体成员的回调函数功能说明
233 …完成属性文件配置之后,下一步就是以核心层UartHost对象的初始化为核心,包括驱动适配者自定义结构体(传递参数和数据),实例化UartHost成员UartHostMethod(让用户可以通过接口…
280 struct UartHostMethod *method; // 回调函数
284 - UartHost成员回调函数结构体UartHostMethod的实例化。
288 struct UartHostMethod g_uartHostMethod = {
377 …->method = &g_uartHostMethod; // UartHostMethod的实例化对象的挂载
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h31 struct UartHostMethod *method;
34 struct UartHostMethod { struct
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md67 **UartHostMethod**:
70 struct UartHostMethod {
84 **Table 1** Hook functions in UartHostMethod
210 …mber functions (**Bind**, **Init** and **Release**) to instantiate **UartHostMethod** in **UartHos…
257 struct UartHostMethod *method; // Callback functions.
261 - Instantiate **UartHostMethod** in **UartHost**.
265 struct UartHostMethod g_uartHostMethod = {
354 …g_uartHostMethod; // Attach the UartHostMethod instance.
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c51 struct UartHostMethod g_sampleUartHostMethod = {
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c496 static struct UartHostMethod g_uartHostMethod = {
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_wm.c220 struct UartHostMethod g_uartHostMethod = {
H A Duart_asr.c518 struct UartHostMethod g_uartHostMethod = {
H A Duart_gr5xx.c495 struct UartHostMethod g_uartHostMethod = {
H A Duart_bes.c412 struct UartHostMethod g_uartHostMethod = {
H A Duart_stm32f4xx.c312 struct UartHostMethod g_uartHostMethod = {