![]()  | 
  
    PDK API Guide for J721E
    
   | 
 
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.
Data Fields | |
| UART_FxnTable const * | fxnTablePtr | 
| void * | object | 
| void const * | hwAttrs | 
| UART_FxnTable const* UART_Config::fxnTablePtr | 
Pointer to a table of a driver-specific implementation of UART functions
| void* UART_Config::object | 
Pointer to a driver specific data object
| void const* UART_Config::hwAttrs | 
Pointer to a driver specific hardware attributes structure