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

Files

file  xv_hdmitxss_coreinit.h
 This header file contains the hdmi tx subsystem sub-cores initialization routines and helper functions.
 
file  xv_hdmitxss_sinit.c
 This file contains the implementation of the HDMI TX Subsystem driver's static initialization functionality.
 

Functions

int XV_HdmiTxSs_SubcoreInitHdmiTx (XV_HdmiTxSs *HdmiTxSsPtr)
 This function initializes the included sub-core to it's static configuration. More...
 
int XV_HdmiTxSs_SubcoreInitVtc (XV_HdmiTxSs *HdmiTxSsPtr)
 This function initializes the included sub-core to it's static configuration. More...
 

Function Documentation

int XV_HdmiTxSs_SubcoreInitHdmiTx ( XV_HdmiTxSs HdmiTxSsPtr)

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

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

References XV_HdmiTxSs_SubCore::AbsAddr, XV_HdmiTxSs::Config, XV_HdmiTxSs_Config::HdmiTx, XV_HdmiTxSs::HdmiTxPtr, XV_HDMITXSS_LOG_EVT_HDMITX_INIT, XV_HdmiTxSs_LogWrite(), and XV_HdmiTxSS_SetHdmiMode().

Referenced by XV_HdmiTxSs_CfgInitialize().

int XV_HdmiTxSs_SubcoreInitVtc ( XV_HdmiTxSs HdmiTxSsPtr)

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

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

References XV_HdmiTxSs_SubCore::AbsAddr, XV_HdmiTxSs::Config, XV_HdmiTxSs_Config::Vtc, XV_HdmiTxSs::VtcPtr, XV_HDMITXSS_LOG_EVT_VTC_INIT, and XV_HdmiTxSs_LogWrite().

Referenced by XV_HdmiTxSs_CfgInitialize().