|  |  | 
UART Global configuration. More...
#include <UART.h>
| Data Fields | |
| UART_FxnTable const * | fxnTablePtr | 
| void * | object | 
| void const * | hwAttrs | 
UART Global configuration.
The UART_Config structure contains a set of pointers used to characterize the UART driver implementation.
This structure needs to be defined before calling UART_init() and it must not be changed thereafter.
| UART_FxnTable const* UART_Config_::fxnTablePtr | 
Pointer to a table of driver-specific implementations of UART APIs
| void* UART_Config_::object | 
Pointer to a driver specific data object
| void const* UART_Config_::hwAttrs | 
Pointer to a driver specific hardware attributes structure