61#ifndef SLS_AVR_UART_STDIO_H_
62#define SLS_AVR_UART_STDIO_H_
65#include <avr-uart/uart.h>
67#ifdef USART0_ENABLED || defined(__DOXYGEN__)
72# ifndef stdout_set_to_uart
73# define stdout_set_to_uart() stdout_set_to_uart0()
75# ifndef stderr_set_to_uart
76# define stderr_set_to_uart() stderr_set_to_uart0()
78# ifndef stdin_set_from_uart
79# define stdin_set_from_uart() stdin_set_from_uart0()
84#ifdef USART1_ENABLED || defined(__DOXYGEN__)
90#ifdef USART2_ENABLED || defined(__DOXYGEN__)
96#ifdef USART3_ENABLED || defined(__DOXYGEN__)
void stdin_set_from_uart3(void)
Sets standard input via USART3.
void stdout_set_to_uart0(void)
Sets standard output via USART0.
void stdout_set_to_uart2(void)
Sets standard output via USART2.
void stderr_set_to_uart3(void)
Sets standard error output via USART3.
void stdout_set_to_uart3(void)
Sets standard output via USART3.
void stdout_set_to_uart1(void)
Sets standard output via USART1.
void stdin_set_from_uart1(void)
Sets standard input via USART1.
void stderr_set_to_uart1(void)
Sets standard error output via USART1.
void stdin_set_from_uart0(void)
Sets standard input via USART0.
void stderr_set_to_uart2(void)
Sets standard error output via USART2.
void stdin_set_from_uart2(void)
Sets standard input via USART2.
void stderr_set_to_uart0(void)
Sets standard error output via USART0.