Searched refs:UartHostGetBaud (Results 1 – 3 of 3) sorted by relevance
86 return UartHostGetBaud((struct UartHost *)handle, baudRate); in UartGetBaud()
73 ret = UartHostGetBaud(host, &baudRate); in UartIoGetBaud()
96 static inline int32_t UartHostGetBaud(struct UartHost *host, uint32_t *baudRate) in UartHostGetBaud() function