PDK API Guide for J721E
UART_Config Struct Reference

Detailed Description

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.

See also
UART_init()

Data Fields

UART_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Field Documentation

◆ fxnTablePtr

UART_FxnTable const* UART_Config::fxnTablePtr

Pointer to a table of a driver-specific implementation of UART functions

◆ object

void* UART_Config::object

Pointer to a driver specific data object

◆ hwAttrs

void const* UART_Config::hwAttrs

Pointer to a driver specific hardware attributes structure