dppsu
Vitis Drivers API Documentation
xdppsu_sinit.c File Reference

Overview

This file contains static initialization methods for the XDpPsu driver.

Note
None.
MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.0 aad 05/17/17 Initial release.

Functions

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

Variables

XDpPsu_Config XDpPsu_ConfigTable [XPAR_XDPPSU_NUM_INSTANCES]
 A table of configuration structures containing the configuration information for each DisplayPort TX core in the system. More...
 

Function Documentation

XDpPsu_Config* XDpPsu_LookupConfig ( u16  DeviceId)

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

The table XDpPsu_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.

Referenced by DpPsu_SelfTestExample(), and DpPsu_SetupExample().

Variable Documentation

XDpPsu_Config XDpPsu_ConfigTable[XPAR_XDPPSU_NUM_INSTANCES]

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