Data Structures | Defines | Typedefs | Functions
uart_baudrate.h File Reference

Go to the source code of this file.

Data Structures

struct  ERROR_STRUCTURE

Defines

#define __MSP430_HAS_USCI_Ax__
#define UARTBAUDRATE_LOW_FREQUENCY_BAUDRATE_GENERATION   0x00

Typedefs

typedef struct ERROR_STRUCTURE MAX_ERR

Functions

double UARTBAUDRATE_txTbit (unsigned int mode, unsigned int i, unsigned int s_mod, unsigned int f_mod)
MAX_ERR UARTBAUDRATE_txError (unsigned int mode, unsigned int s_mod, unsigned int f_mod)
MAX_ERR UARTBAUDRATE_rxError (unsigned int mode, unsigned int s_mod, unsigned int f_mod, double t_sync)
unsigned short UARTBAUDRATE_calculateBaudDividers (double brclk_f, double baudrate_f, unsigned char *UCAxBR0_value, unsigned char *UCAxBR1_value, unsigned int *UCAxMCTL_value, unsigned short overSampling)

Define Documentation

#define __MSP430_HAS_USCI_Ax__
#define UARTBAUDRATE_LOW_FREQUENCY_BAUDRATE_GENERATION   0x00

Typedef Documentation

typedef struct ERROR_STRUCTURE MAX_ERR

Function Documentation

double UARTBAUDRATE_txTbit ( unsigned int  mode,
unsigned int  i,
unsigned int  s_mod,
unsigned int  f_mod 
)
MAX_ERR UARTBAUDRATE_txError ( unsigned int  mode,
unsigned int  s_mod,
unsigned int  f_mod 
)
MAX_ERR UARTBAUDRATE_rxError ( unsigned int  mode,
unsigned int  s_mod,
unsigned int  f_mod,
double  t_sync 
)
unsigned short UARTBAUDRATE_calculateBaudDividers ( double  brclk_f,
double  baudrate_f,
unsigned char *  UCAxBR0_value,
unsigned char *  UCAxBR1_value,
unsigned int *  UCAxMCTL_value,
unsigned short  overSampling 
)

Copyright 2012, Texas Instruments Incorporated