#include "atom.h"
Go to the source code of this file.
Functions | |
int | uart_init (uint32_t baudrate) |
int | uart_putchar (char c, FILE *stream) |
int uart_init | ( | uint32_t | baudrate | ) |
int uart_putchar | ( | char | c, | |
FILE * | stream | |||
) |
References BIT_UDRE, REG_UCSRA, REG_UDR, and uart_putchar().
Referenced by uart_putchar().