Searched refs:HAL_UART_SerialOutChar (Results 1 – 3 of 3) sorted by relevance
174 HAL_UART_SerialOutChar(uart->dev->pReg, c); in rockchip_uart_putc()302 HAL_UART_SerialOutChar(uart->dev->pReg, '\r'); in rt_hw_console_output()304 HAL_UART_SerialOutChar(uart->dev->pReg, *str); in rt_hw_console_output()
258 void HAL_UART_SerialOutChar(struct UART_REG *pReg, char c);
246 void HAL_UART_SerialOutChar(struct UART_REG *pReg, char c) in HAL_UART_SerialOutChar() function
Completed in 8 milliseconds