#include <usart.h>
Definition at line 130 of file usart.h.
Data Fields | |
| unsigned long | baudrate |
| unsigned char | channelmode |
| unsigned char | charlength |
| unsigned char | paritytype |
| unsigned short | stopbits |
|
|
Set baudrate of the usart Definition at line 133 of file usart.h. Referenced by main(), and usart_linit(). |
|
|
Run the channel in testmode:
Definition at line 163 of file usart.h. Referenced by main(), and usart_linit(). |
|
|
Number of bits to transmit as a character (5-9) Definition at line 136 of file usart.h. Referenced by main(), and usart_linit(). |
|
|
How to calculate the parity bit:
Definition at line 146 of file usart.h. Referenced by main(), and usart_linit(). |
|
|
Number of stop bits between to characters:
Definition at line 155 of file usart.h. Referenced by main(), and usart_linit(). |
1.4.6-NO