dpdma
Xilinx SDK Drivers API Documentation
Dpdma_v1_0

Functions

XDpDma_Config * XDpDma_LookupConfig (u16 DeviceId)
 This function looks for the device configuration based on the unique device ID. More...
 

Variables

XDpDma_Config XDpDma_ConfigTable [XPAR_XDPDMA_NUM_INSTANCES]
 A table of configuration structures containing the configuration information for each DisplayPort TX core in the system. More...
 

Function Documentation

◆ XDpDma_LookupConfig()

XDpDma_Config* XDpDma_LookupConfig ( u16  DeviceId)

#include <xdpdma_sinit.c>

This function looks for the device configuration based on the unique device ID.

The table XDpDma_ConfigTable[] contains the configuration information for each device in the system.

Parameters
DeviceIdis the unique device ID of the device being looked up.
Returns
A pointer to the configuration table entry corresponding to the given device ID, or NULL if no match is found.
Note
None.

References XDpDma_ConfigTable.

Variable Documentation

◆ XDpDma_ConfigTable

XDpDma_Config XDpDma_ConfigTable[XPAR_XDPDMA_NUM_INSTANCES]

#include <xdpdma_sinit.c>

A table of configuration structures containing the configuration information for each DisplayPort TX core in the system.

Referenced by XDpDma_LookupConfig().