Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h39 int32_t (*GetBaud)(struct UartHost *host, uint32_t *baudRate); member
98 if (host == NULL || host->method == NULL || host->method->GetBaud == NULL) { in UartHostGetBaud()
101 return host->method->GetBaud(host, baudRate); in UartHostGetBaud()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-develop.md79 int32_t (*GetBaud)(struct UartHost *host, uint32_t *baudRate);
97 | GetBaud | host:结构体指针,核心层UART控制器 | baudRate:uint32_t类型指针,传出的波特率 | HDF_STATUS相关状态 | 获取当前设置的波特率 |
294 .GetBaud = Hi35xxGetBaud, // 获取波特率
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c57 .GetBaud = SampleUartHostGetBaud,
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c502 .GetBaud = UartAdapterGetBaud,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md75 int32_t (*GetBaud)(struct UartHost *host, uint32_t *baudRate);
93 | GetBaud | **host**: structure pointer to the UART controller at the core layer.| **baudRate**: po…
271 .GetBaud = Hi35xxGetBaud, // Obtain the baud rate.
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_wm.c226 .GetBaud = UartHostDevGetBaud,
H A Duart_asr.c524 .GetBaud = UartHostDevGetBaud,
H A Duart_gr5xx.c501 .GetBaud = UartHostDevGetBaud,
H A Duart_bes.c418 .GetBaud = UartHostDevGetBaud,
H A Duart_stm32f4xx.c318 .GetBaud = UartHostDevGetBaud,