Standard IO thouth USART. More...
#include <stdio.h>#include <avr-uart/uart.h>Go to the source code of this file.
Macros | |
| #define | stdout_set_to_uart() |
| Sets standard output via UART, by default alias for stdout_set_to_uart0. | |
| #define | stderr_set_to_uart() |
| Sets standard error output via UART, by default alias for stdout_set_to_uart0. | |
| #define | stdin_set_from_uart() |
| Sets standard input via UART, by default alias for stdout_set_to_uart0. | |
Functions | |
| void | stdout_set_to_uart0 (void) |
| Sets standard output via USART0. | |
| void | stderr_set_to_uart0 (void) |
| Sets standard error output via USART0. | |
| void | stdin_set_from_uart0 (void) |
| Sets standard input via USART0. | |
| void | stdout_set_to_uart1 (void) |
| Sets standard output via USART1. | |
| void | stderr_set_to_uart1 (void) |
| Sets standard error output via USART1. | |
| void | stdin_set_from_uart1 (void) |
| Sets standard input via USART1. | |
| void | stdout_set_to_uart2 (void) |
| Sets standard output via USART2. | |
| void | stderr_set_to_uart2 (void) |
| Sets standard error output via USART2. | |
| void | stdin_set_from_uart2 (void) |
| Sets standard input via USART2. | |
| void | stdout_set_to_uart3 (void) |
| Sets standard output via USART3. | |
| void | stderr_set_to_uart3 (void) |
| Sets standard error output via USART3. | |
| void | stdin_set_from_uart3 (void) |
| Sets standard input via USART3. | |
Standard IO thouth USART.
| #define stderr_set_to_uart | ( | ) |
Sets standard error output via UART, by default alias for stdout_set_to_uart0.
| #define stdin_set_from_uart | ( | ) |
Sets standard input via UART, by default alias for stdout_set_to_uart0.
| #define stdout_set_to_uart | ( | ) |
Sets standard output via UART, by default alias for stdout_set_to_uart0.
| void stderr_set_to_uart0 | ( | void | ) |
Sets standard error output via USART0.
| void stderr_set_to_uart1 | ( | void | ) |
Sets standard error output via USART1.
| void stderr_set_to_uart2 | ( | void | ) |
Sets standard error output via USART2.
| void stderr_set_to_uart3 | ( | void | ) |
Sets standard error output via USART3.
| void stdin_set_from_uart0 | ( | void | ) |
Sets standard input via USART0.
| void stdin_set_from_uart1 | ( | void | ) |
Sets standard input via USART1.
| void stdin_set_from_uart2 | ( | void | ) |
Sets standard input via USART2.
| 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_uart1 | ( | void | ) |
Sets standard output via USART1.
| void stdout_set_to_uart2 | ( | void | ) |
Sets standard output via USART2.
| void stdout_set_to_uart3 | ( | void | ) |
Sets standard output via USART3.