v_hdmirx
Xilinx SDK Drivers API Documentation
xv_hdmirx_sinit.c File Reference

Overview

This file contains static initialization method for Xilinx HDMI RX core.

MODIFICATION HISTORY:
Ver   Who    Date     Changes

1.0 gm, mg 10/07/15 Initial release.
 

Functions

XV_HdmiRx_ConfigXV_HdmiRx_LookupConfig (u16 DeviceId)
 This function returns a reference to an XV_HdmiRx_Config structure based on the core id, DeviceId. More...
 

Function Documentation

◆ XV_HdmiRx_LookupConfig()

XV_HdmiRx_Config* XV_HdmiRx_LookupConfig ( u16  DeviceId)

This function returns a reference to an XV_HdmiRx_Config structure based on the core id, DeviceId.

The return value will refer to an entry in the device configuration table defined in the xv_hdmirx_g.c file.

Parameters
DeviceIdis the unique core ID of the HDMI RX core for the lookup operation.
Returns
XV_HdmiRx_LookupConfig returns a reference to a config record in the configuration table (in xv_hdmirx_g.c) corresponding to DeviceId, or NULL if no match is found.
Note
None.