Searched refs:SetTransMode (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/ |
H A D | uart_core.h | 43 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 D | driver-platform-uart-develop.md | 83 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 D | uart_sample.c | 60 .SetTransMode = NULL,
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/ |
H A D | uart_adapter.c | 505 .SetTransMode = UartAdapterSetTransMode,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-uart-develop.md | 79 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 D | uart_wm.c | 229 .SetTransMode = UartHostDevSetTransMode,
|
H A D | uart_asr.c | 527 .SetTransMode = UartHostDevSetTransMode,
|
H A D | uart_gr5xx.c | 504 .SetTransMode = UartHostDevSetTransMode,
|
H A D | uart_bes.c | 421 .SetTransMode = UartHostDevSetTransMode,
|
H A D | uart_stm32f4xx.c | 321 .SetTransMode = UartHostDevSetTransMode,
|