Searched refs:USART_FAILURE (Results 1 – 2 of 2) sorted by relevance
759 if (!timeout--) return USART_FAILURE; in usart_spi_unselectChip()814 if (!timeout--) return USART_FAILURE; in usart_putchar()848 return USART_FAILURE; in usart_getchar()869 if (rx_char == USART_FAILURE) in usart_get_echo_line()872 retval = USART_FAILURE; in usart_get_echo_line()877 retval = USART_FAILURE; in usart_get_echo_line()
62 #define USART_FAILURE -1 //!< Failure because of some unspecified reason. macro
Completed in 9 milliseconds