![]() |
![]() |
|
MSP430™CapTIvateSoftwareLibraryAPIGuide
1_70_00_03
|
#include "UART.h"
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 tUARTPort * | g_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... | |