hdcp1x
Xilinx SDK Drivers API Documentation
XHdcp1x_PortStruct Struct Reference

This typedef contains an instance of the HDCP port. More...

Data Fields

const struct XHdcp1x_PortPhyIfAdaptorSAdaptor
 Port adaptor. More...
 
void * PhyIfPtr
 The port's physical interface. More...
 
XHdcp1x_Callback AuthCallback
 (Re)Authentication callback More...
 
void * AuthRef
 (Re)Authentication reference More...
 
u32 IsAuthCallbackSet
 (Re)Authentication config flag More...
 
XHdcp1x_PortStats Stats
 Port statistics. More...
 

Detailed Description

This typedef contains an instance of the HDCP port.

Field Documentation

◆ Adaptor

◆ AuthCallback

XHdcp1x_Callback XHdcp1x_PortStruct::AuthCallback

(Re)Authentication callback

Referenced by XHdcp1x_PortSetCallback().

◆ AuthRef

void* XHdcp1x_PortStruct::AuthRef

(Re)Authentication reference

Referenced by XHdcp1x_PortSetCallback().

◆ IsAuthCallbackSet

u32 XHdcp1x_PortStruct::IsAuthCallbackSet

(Re)Authentication config flag

Referenced by XHdcp1x_PortSetCallback().

◆ PhyIfPtr

void* XHdcp1x_PortStruct::PhyIfPtr

The port's physical interface.

Referenced by XHdcp1x_CfgInitialize().

◆ Stats

XHdcp1x_PortStats XHdcp1x_PortStruct::Stats

Port statistics.

Referenced by XHdcp1x_PortHandleInterrupt().