Hanna
Sourcecode Kontrollplatine |
Standardheader und Auswahl der Übertragungsgeschwindigkeit. Mehr ...
#include <stdio.h>
gehe zum Quellcode dieser Datei
Aufzählungen | |
enum | usart_ids { eUSARTC0 = 0, eUSARTC1, eUSARTD0, eUSARTD1, eUSARTE0, eUSARTF0 } |
Funktionen | |
void | USART_Connect (int usartnum, int streamsel) |
void | USART_Init (uint8_t usartnum, uint8_t bauda, uint8_t baudb) |
Standardheader und Auswahl der Übertragungsgeschwindigkeit.
$Revision: 463 $ $Date: 2016-04-02 12:14:42 +0200 (Sat, 02 Apr 2016) $
These routines provide support for stream I/O and can be hooked into stdin, stdout, and stderr.
This module provides support for all seven USARTs on the ATxmega256a3 and related devices. For details on using these routines, consult the associated usartx.h header file. http://www.seanet.com/~karllunt/atxmegasource.html
Definiert in Datei usartx.h.