Home
last modified time | relevance | path

Searched refs:UartHostSetBaud (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c91 return UartHostSetBaud((struct UartHost *)handle, baudRate); in UartSetBaud()
H A Duart_service.c93 return UartHostSetBaud(host, baudRate); in UartIoSetBaud()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h104 static inline int32_t UartHostSetBaud(struct UartHost *host, uint32_t baudRate) in UartHostSetBaud() function
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_dev_sample.c128 ret = UartHostSetBaud(host, arg); in UartSampleDevIoctl()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c174 ret = UartHostSetBaud(host, arg); in UartDevIoctl()