![]() |
![]() |
|
TI-RTOS for SimpleLink Wireless MCUs
2.14.02.22
|
UARTMSP432 Hardware attributes. More...
#include <UARTMSP432.h>

Data Fields | |
| unsigned int | baseAddr |
| unsigned int | intNum |
| unsigned int | intPriority |
| uint8_t | clockSource |
| uint32_t | bitOrder |
| uint8_t | numBaudrateEntries |
| UARTMSP432_BaudrateConfig const * | baudrateLUT |
| unsigned char * | ringBufPtr |
| size_t | ringBufSize |
UARTMSP432 Hardware attributes.
These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSP432Ware these definitions are found in:
A sample structure is shown below:
| unsigned int UARTMSP432_HWAttrs::baseAddr |
UART Peripheral's base address
| unsigned int UARTMSP432_HWAttrs::intNum |
UART Peripheral's interrupt vector
| unsigned int UARTMSP432_HWAttrs::intPriority |
UART Peripheral's interrupt priority
| uint8_t UARTMSP432_HWAttrs::clockSource |
UART Clock source UART Bit order
| uint32_t UARTMSP432_HWAttrs::bitOrder |
Number of UARTMSP432_BaudrateConfig entries
| uint8_t UARTMSP432_HWAttrs::numBaudrateEntries |
Pointer to a table of possible UARTMSP432_BaudrateConfig entries
| UARTMSP432_BaudrateConfig const* UARTMSP432_HWAttrs::baudrateLUT |
| unsigned char* UARTMSP432_HWAttrs::ringBufPtr |
Pointer to a application ring buffer
| size_t UARTMSP432_HWAttrs::ringBufSize |
Size of ringBufPtr