uartns550
Vitis Drivers API Documentation
XUartNs550Format Struct Reference

This data type allows the data format of the device to be set and retrieved. More...

Data Fields

u32 BaudRate
 In bps, ie 1200. More...
 
u32 DataBits
 Number of data bits. More...
 
u32 Parity
 Parity. More...
 
u8 StopBits
 Number of stop bits. More...
 

Detailed Description

This data type allows the data format of the device to be set and retrieved.

Field Documentation

u32 XUartNs550Format::BaudRate

In bps, ie 1200.

Referenced by XUartNs550_GetDataFormat(), and XUartNs550_SetDataFormat().

u32 XUartNs550Format::DataBits

Number of data bits.

Referenced by XUartNs550_GetDataFormat(), and XUartNs550_SetDataFormat().

u32 XUartNs550Format::Parity
u8 XUartNs550Format::StopBits

Number of stop bits.

Referenced by XUartNs550_GetDataFormat(), and XUartNs550_SetDataFormat().