hdcp22_tx
Xilinx SDK Drivers API Documentation
XHdcp22_Tx_Config Struct Reference

This typedef contains configuration information for the device. More...

Data Fields

u16 DeviceId
 DeviceId is the unique ID of the device. More...
 
UINTPTR BaseAddress
 Base Address is the physical base address of the device's registers. More...
 
int Protocol
 HDMI or DP (Always HDCP22_TX_HDMI: Currently DP is not supported). More...
 
int Mode
 Future expansion. More...
 
u16 TimerDeviceId
 DeviceId of the internal used timer. More...
 
u16 CipherId
 DeviceId of the used cipher. More...
 
u16 RngId
 Device Id of the random generator. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

◆ BaseAddress

UINTPTR XHdcp22_Tx_Config::BaseAddress

Base Address is the physical base address of the device's registers.

Referenced by XHdcp22Tx_CfgInitialize().

◆ CipherId

u16 XHdcp22_Tx_Config::CipherId

DeviceId of the used cipher.

◆ DeviceId

u16 XHdcp22_Tx_Config::DeviceId

DeviceId is the unique ID of the device.

◆ Mode

int XHdcp22_Tx_Config::Mode

Future expansion.

Referenced by XHdcp22Tx_IsRepeater(), and XHdcp22Tx_SetRepeater().

◆ Protocol

int XHdcp22_Tx_Config::Protocol

HDMI or DP (Always HDCP22_TX_HDMI: Currently DP is not supported).

◆ RngId

u16 XHdcp22_Tx_Config::RngId

Device Id of the random generator.

◆ TimerDeviceId

u16 XHdcp22_Tx_Config::TimerDeviceId

DeviceId of the internal used timer.