Home
last modified time | relevance | path

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

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