Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h43 int32_t (*SetTransMode)(struct UartHost *host, enum UartTransMode mode); member
130 if (host == NULL || host->method == NULL || host->method->SetTransMode == NULL) { in UartHostSetTransMode()
133 return host->method->SetTransMode(host, mode); in UartHostSetTransMode()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-develop.md83 int32_t (*SetTransMode)(struct UartHost *host, enum UartTransMode mode);
100 | SetTransMode | host:结构体指针,核心层UART控制器<br>mode:枚举值(见uart_if.h中UartTransMode定义),传输模式 | 无 | HDF_STATU…
297 .SetTransMode = Hi35xxSetTransMode, // 设置传输模式
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c60 .SetTransMode = NULL,
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c505 .SetTransMode = UartAdapterSetTransMode,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md79 int32_t (*SetTransMode)(struct UartHost *host, enum UartTransMode mode);
96 | SetTransMode | **host**: structure pointer to the UART controller at the core layer.<br>**mode**:…
274 .SetTransMode = Hi35xxSetTransMode, // Set the transmission mode.
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_wm.c229 .SetTransMode = UartHostDevSetTransMode,
H A Duart_asr.c527 .SetTransMode = UartHostDevSetTransMode,
H A Duart_gr5xx.c504 .SetTransMode = UartHostDevSetTransMode,
H A Duart_bes.c421 .SetTransMode = UartHostDevSetTransMode,
H A Duart_stm32f4xx.c321 .SetTransMode = UartHostDevSetTransMode,