uartlite
Vitis Drivers API Documentation
XUartLite_Config Struct Reference

This typedef contains configuration information for the device. More...

Data Fields

u16 DeviceId
 Unique ID of device. More...
 
UINTPTR RegBaseAddr
 Register base address. More...
 
u32 BaudRate
 Fixed baud rate. More...
 
u8 UseParity
 Parity generator enabled when TRUE. More...
 
u8 ParityOdd
 Parity generated is odd when TRUE, even when FALSE. More...
 
u8 DataBits
 Fixed data bits. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

u32 XUartLite_Config::BaudRate

Fixed baud rate.

u8 XUartLite_Config::DataBits

Fixed data bits.

u16 XUartLite_Config::DeviceId

Unique ID of device.

u8 XUartLite_Config::ParityOdd

Parity generated is odd when TRUE, even when FALSE.

UINTPTR XUartLite_Config::RegBaseAddr

Register base address.

Referenced by XUartLite_Initialize().

u8 XUartLite_Config::UseParity

Parity generator enabled when TRUE.