#include <usart.h>
Definition at line 131 of file usart.h.
Data Fields | |
| unsigned long | baudrate |
| Set baudrate of the usart. | |
| unsigned char | channelmode |
| Run the channel in testmode:. | |
| unsigned char | charlength |
| Number of bits to transmit as a character (5-9). | |
| unsigned char | paritytype |
| How to calculate the parity bit:. | |
| unsigned short | stopbits |
| Number of stop bits between to characters:. | |
| unsigned long usart_options_t::baudrate |
Set baudrate of the usart.
Definition at line 134 of file usart.h.
Referenced by main(), and usart_linit().
| unsigned char usart_options_t::channelmode |
Run the channel in testmode:.
Definition at line 164 of file usart.h.
Referenced by main(), and usart_linit().
| unsigned char usart_options_t::charlength |
Number of bits to transmit as a character (5-9).
Definition at line 137 of file usart.h.
Referenced by main(), and usart_linit().
| unsigned char usart_options_t::paritytype |
How to calculate the parity bit:.
Definition at line 147 of file usart.h.
Referenced by main(), and usart_linit().
| unsigned short usart_options_t::stopbits |
Number of stop bits between to characters:.
Definition at line 156 of file usart.h.
Referenced by main(), and usart_linit().
1.5.3