uartlite
Vitis Drivers API Documentation
|
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... | |
This typedef contains configuration information for the device.
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.