![]() |
v_hdmirxss
Xilinx SDK Drivers API Documentation
|
Functions | |
int | XV_HdmiRxSs_SubcoreInitHdmiRx (XV_HdmiRxSs *HdmiRxSsPtr) |
This function initializes the included sub-core to it's static configuration. More... | |
XV_HdmiRxSs_Config * | XV_HdmiRxSs_LookupConfig (u32 DeviceId) |
This function looks for the device configuration based on the unique device ID. More... | |
XV_HdmiRxSs_Config* XV_HdmiRxSs_LookupConfig | ( | u32 | DeviceId | ) |
#include <xv_hdmirxss_sinit.c>
This function looks for the device configuration based on the unique device ID.
The table XV_HdmiRxSs_ConfigTable[] contains the configuration information for each instance of the device in the system.
DeviceId | is the unique device ID of the device being looked up |
int XV_HdmiRxSs_SubcoreInitHdmiRx | ( | XV_HdmiRxSs * | HdmiRxSsPtr | ) |
#include <xv_hdmirxss_coreinit.c>
This function initializes the included sub-core to it's static configuration.
HdmiRxSsPtr | is a pointer to the Subsystem instance to be worked on. |
References XV_HdmiRxSs_SubCore::AbsAddr, XV_HdmiRxSs::Config, XV_HdmiRxSs_SubCore::DeviceId, XV_HdmiRxSs::EdidLength, XV_HdmiRxSs::EdidPtr, XV_HdmiRxSs_Config::Hdcp14, XV_HdmiRxSs_Config::Hdcp22, XV_HdmiRxSs::HdcpProtocol, XV_HdmiRxSs_Config::HdcpTimer, XV_HdmiRxSs_Config::HdmiRx, XV_HdmiRxSs::HdmiRxPtr, XV_HDMIRXSS_HDCP_14, XV_HDMIRXSS_HDCP_22, XV_HDMIRXSS_LOG_EVT_HDCP14_INIT, XV_HDMIRXSS_LOG_EVT_HDCP22_INIT, XV_HDMIRXSS_LOG_EVT_HDCPTIMER_INIT, XV_HDMIRXSS_LOG_EVT_HDMIRX_INIT, and XV_HdmiRxSs_LogWrite().