usart_options_t Struct Reference

#include <usart.h>


Detailed Description

Input parameters when initializing rs232 mode.

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:.

Field Documentation

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().


Generated on Thu Oct 18 09:30:05 2007 for AVR32113 Configuration and Use of the Memory Management Unit by  doxygen 1.5.3