MSP430™CapTIvateSoftwareLibraryAPIGuide  1_70_00_03
Functions | Variables
UART.c File Reference
#include "UART.h"
Include dependency graph for UART.c:

Functions

void UART_openPort (const tUARTPort *pPort)
 
void UART_closePort (void)
 This API closes the UART port on the specified HW eUSCI_A peripheral. More...
 
uint8_t UART_getPortStatus (void)
 
void UART_transmitBuffer (const uint8_t *pBuffer, uint16_t ui16Length)
 
void UART_transmitByteImmediately (uint8_t ui8Data)
 
__interrupt void UART_ISR (void)
 UART Interrupt Service Routine. More...
 

Variables

const tUARTPortg_pUARTPort
 
volatile const uint8_t * g_pUARTTransmitPtr
 var g_pUARTTransmitPtr stores a pointer to the current byte to transmit. More...
 
volatile uint16_t g_ui16UARTTransmitBytesLeft
 
volatile uint8_t g_UARTStatus
 var g_UARTStatus stores the current status of the UART port driver. More...
 
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale