dp14rxss
Vitis Drivers API Documentation
xdprxss_hdcp22.c File Reference

Overview

This file contains a minimal set of functions for the High-Bandwidth Content Protection core to configure.

MODIFICATION HISTORY:
Ver  Who Date     Changes


1.00 jb 02/18/19 Initial release.

Functions

int XDpRxSs_SubcoreInitHdcp22 (void *InstancePtr)
 This function initializes the included sub-core to it's static configuration. More...
 
void XDpRxSs_Hdcp22Poll (void *Instance)
 This function is to poll the HDCP22 Rx core. More...
 

Function Documentation

void XDpRxSs_Hdcp22Poll ( void *  Instance)

This function is to poll the HDCP22 Rx core.

Parameters
InstancePtris a pointer to the XDpRxSs instance.
Returns
Note
None.

References XDpRxSs::Hdcp22Ptr, and XDpRxSs::HdcpIsReady.

int XDpRxSs_SubcoreInitHdcp22 ( void *  InstancePtr)

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

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

References XDpRxSs_SubCoreConfig::AbsAddr, XDpRxSs_Config::BaseAddress, XDpRxSs::Config, XDpRxSs::DpPtr, XDpRxSs_Hdcp22SubCore::Hdcp22Config, XDpRxSs::Hdcp22Lc128Ptr, XDpRxSs::Hdcp22PrivateKeyPtr, XDpRxSs::Hdcp22Ptr, and XDpRxSs::TmrCtrPtr.

Referenced by XDpRxSs_CfgInitialize().