Searched refs:GetBaud (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/ |
H A D | uart_core.h | 39 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 D | driver-platform-uart-develop.md | 79 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 D | uart_sample.c | 57 .GetBaud = SampleUartHostGetBaud,
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/ |
H A D | uart_adapter.c | 502 .GetBaud = UartAdapterGetBaud,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-uart-develop.md | 75 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 D | uart_wm.c | 226 .GetBaud = UartHostDevGetBaud,
|
H A D | uart_asr.c | 524 .GetBaud = UartHostDevGetBaud,
|
H A D | uart_gr5xx.c | 501 .GetBaud = UartHostDevGetBaud,
|
H A D | uart_bes.c | 418 .GetBaud = UartHostDevGetBaud,
|
H A D | uart_stm32f4xx.c | 318 .GetBaud = UartHostDevGetBaud,
|