Home
last modified time | relevance | path

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

/bsp/avr32/software_framework/drivers/usart/
A Dusart.c863 int rx_char; in usart_get_echo_line() local
868 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