Home
last modified time | relevance | path

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

/bsp/avr32/software_framework/drivers/usart/
A Dusart.c759 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()
A Dusart.h62 #define USART_FAILURE -1 //!< Failure because of some unspecified reason. macro

Completed in 9 milliseconds