![]() |
dpdma
Xilinx SDK Drivers API Documentation
|
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... | |
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.
DeviceId | is the unique device ID of the device being looked up. |
References 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().