v_hdmirxss
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Overview

Files

file  xv_hdmirxss_coreinit.h
 This header file contains the hdmi rx subsystem sub-cores initialization routines and helper functions.
 
file  xv_hdmirxss_sinit.c
 This file contains the implementation of the HDMI RX Subsystem driver's static initialization functionality.
 

Functions

int XV_HdmiRxSs_SubcoreInitHdmiRx (XV_HdmiRxSs *HdmiRxSsPtr)
 This function initializes the included sub-core to it's static configuration. More...
 

Function Documentation

int XV_HdmiRxSs_SubcoreInitHdmiRx ( XV_HdmiRxSs HdmiRxSsPtr)

This function initializes the included sub-core to it's static configuration.

Parameters
HdmiRxSsPtris a pointer to the Subsystem instance to be worked on.
Returns
XST_SUCCESS/XST_FAILURE

References XV_HdmiRxSs_SubCore::AbsAddr, XV_HdmiRxSs_Config::BaseAddress, XV_HdmiRxSs::Config, XV_HdmiRxSs::EdidLength, XV_HdmiRxSs::EdidPtr, XV_HdmiRxSs_Config::HdmiRx, XV_HdmiRxSs::HdmiRxPtr, XV_HDMIRXSS_LOG_EVT_HDMIRX_INIT, and XV_HdmiRxSs_LogWrite().

Referenced by XV_HdmiRxSs_CfgInitialize().