Searched refs:rx_char (Results 1 – 1 of 1) sorted by relevance
863 int rx_char; in usart_get_echo_line() local868 rx_char = usart_getchar(usart); in usart_get_echo_line()869 if (rx_char == USART_FAILURE) in usart_get_echo_line()875 if (rx_char == '\x03') in usart_get_echo_line()880 usart_putchar(usart, rx_char); in usart_get_echo_line()881 if (rx_char == '\r') in usart_get_echo_line()
Completed in 4 milliseconds