Home
last modified time | relevance | path

Searched refs:UartHostGetBaud (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_if.c86 return UartHostGetBaud((struct UartHost *)handle, baudRate); in UartGetBaud()
H A Duart_service.c73 ret = UartHostGetBaud(host, &baudRate); in UartIoGetBaud()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/
H A Duart_core.h96 static inline int32_t UartHostGetBaud(struct UartHost *host, uint32_t *baudRate) in UartHostGetBaud() function