Home
last modified time | relevance | path

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

/bsp/avr32/software_framework/drivers/usart/
A Dusart.h707 extern int usart_write_char(volatile avr32_usart_t *usart, int c);
716 while (usart_write_char(usart, c) != USART_SUCCESS); in usart_bw_write_char()
A Dusart.c796 int usart_write_char(volatile avr32_usart_t *usart, int c) in usart_write_char() function
815 } while (usart_write_char(usart, c) != USART_SUCCESS); in usart_putchar()

Completed in 10 milliseconds