![]() |
uartpsv
Xilinx SDK Drivers API Documentation
|
This typedef contains configuration information for the device. More...
Data Fields | |
u16 | DeviceId |
Unique ID of device. More... | |
u32 | 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... | |
This typedef contains configuration information for the device.
u32 XUartPsv_Config::BaseAddress |
Base address of device (IPIF)
Referenced by UartPsvHelloWorldExample(), UartPsvIntrExample(), UartPsvPolledExample(), UartPsvSelfTestExample(), XUartPsv_CfgInitialize(), XUartPsv_GetDataFormat(), XUartPsv_GetFifoThreshold(), XUartPsv_GetInterruptMask(), XUartPsv_GetModemStatus(), XUartPsv_GetOperMode(), XUartPsv_GetOptions(), XUartPsv_InterruptHandler(), XUartPsv_IsSending(), XUartPsv_ReceiveBuffer(), XUartPsv_SelfTest(), XUartPsv_SendBuffer(), XUartPsv_SetBaudRate(), XUartPsv_SetDataFormat(), XUartPsv_SetFifoThreshold(), XUartPsv_SetInterruptMask(), XUartPsv_SetOperMode(), and XUartPsv_SetOptions().
u16 XUartPsv_Config::DeviceId |
Unique ID of device.
u32 XUartPsv_Config::InputClockHz |
Input clock frequency.
Referenced by XUartPsv_CfgInitialize(), and XUartPsv_SetBaudRate().
s32 XUartPsv_Config::ModemPinsConnected |
Specifies whether modem pins are connected to MIO or FMIO.
Referenced by XUartPsv_CfgInitialize().