Software Drivers

xdptx_sinit.c File Reference


Detailed Description

This file contains static initialization methods for the XDptx driver.

 MODIFICATION HISTORY:

 Ver   Who  Date     Changes
 ----- ---- -------- -----------------------------------------------
 1.00a als  05/17/14 Initial release.
 

#include "xdptx.h"
#include "xparameters.h"

Functions

XDptx_ConfigXDptx_LookupConfig (u16 DeviceId)

Variables

XDptx_Config XDptx_ConfigTable [XPAR_XDPTX_NUM_INSTANCES]


Function Documentation

XDptx_Config* XDptx_LookupConfig ( u16  DeviceId  ) 

This function looks for the device configuration based on the unique device ID. The table XDptx_ConfigTable[] contains the configuration information for each device in the system.

Parameters:
DeviceId is 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.


Variable Documentation

XDptx_Config XDptx_ConfigTable[XPAR_XDPTX_NUM_INSTANCES]

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

Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.