![]() |
v_hdmitxss
Vitis Drivers API Documentation
|
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... | |
| int XV_HdmiTxSs_SubcoreInitHdmiTx | ( | XV_HdmiTxSs * | HdmiTxSsPtr | ) |
This function initializes the included sub-core to it's static configuration.
| HdmiTxSsPtr | is a pointer to the Subsystem instance to be worked on. |
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.
| HdmiTxSsPtr | is a pointer to the Subsystem instance to be worked on. |
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().