![]() |
uartps
Vitis Drivers API Documentation
|
This typedef contains configuration information for the device. More...
#include <xuartps.h>
Data Fields | |
| char * | Name |
| Name of the device. More... | |
| UINTPTR | BaseAddress |
| Base address of device (IPIF) More... | |
| u32 | InputClockHz |
| Input clock frequency. More... | |
| s32 | ModemPinsConnected |
| Specifies whether modem pins are connected to MIO or FMIO. More... | |
| u32 | RefClk |
| Input clock frequency. More... | |
| u32 | IntrId |
| Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags. More... | |
| UINTPTR | IntrParent |
| Bit[0] Interrupt parent type Bit[64/32:1] Parent base address. More... | |
This typedef contains configuration information for the device.
| UINTPTR XUartPs_Config::BaseAddress |
Base address of device (IPIF)
Referenced by UartPsHelloWorldExample(), UartPsIntrExample(), UartPsPolledExample(), UartPsSelfTestExample(), XUartPs_CfgInitialize(), XUartPs_GetDataFormat(), XUartPs_GetFifoThreshold(), XUartPs_GetFlowDelay(), XUartPs_GetInterruptMask(), XUartPs_GetModemStatus(), XUartPs_GetOperMode(), XUartPs_GetOptions(), XUartPs_GetRecvTimeout(), XUartPs_InterruptHandler(), XUartPs_IsSending(), XUartPs_Recv(), XUartPs_SelfTest(), XUartPs_Send(), XUartPs_SetBaudRate(), XUartPs_SetDataFormat(), XUartPs_SetFifoThreshold(), XUartPs_SetFlowDelay(), XUartPs_SetInterruptMask(), XUartPs_SetOperMode(), XUartPs_SetOptions(), and XUartPs_SetRecvTimeout().
| u32 XUartPs_Config::InputClockHz |
Input clock frequency.
Referenced by XUartPs_CfgInitialize(), and XUartPs_SetBaudRate().
| u32 XUartPs_Config::IntrId |
Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags.
Referenced by UartPsIntrExample(), and XUartPs_CfgInitialize().
| UINTPTR XUartPs_Config::IntrParent |
Bit[0] Interrupt parent type Bit[64/32:1] Parent base address.
Referenced by UartPsIntrExample(), and XUartPs_CfgInitialize().
| s32 XUartPs_Config::ModemPinsConnected |
Specifies whether modem pins are connected to MIO or FMIO.
Referenced by XUartPs_CfgInitialize().
| char* XUartPs_Config::Name |
Name of the device.
Referenced by XUartPs_LookupConfig().
| u32 XUartPs_Config::RefClk |
Input clock frequency.
Referenced by XUartPs_CfgInitialize(), XUartPs_IsSending(), XUartPs_Recv(), XUartPs_SelfTest(), and XUartPs_Send().