v_hdmirxss
Xilinx SDK Drivers API Documentation
XV_HdmiRxSs_Config Struct Reference

Video Processing Subsystem configuration structure. More...

Data Fields

u16 DeviceId
 DeviceId is the unique ID of the device. More...
 
UINTPTR BaseAddress
 BaseAddress is the physical base address of the subsystem address range. More...
 
UINTPTR HighAddress
 HighAddress is the physical MAX address of the subsystem address range. More...
 
XVidC_PixelsPerClock Ppc
 Supported Pixel per Clock. More...
 
u8 MaxBitsPerPixel
 Maximum Supported Color Depth. More...
 
XV_HdmiRxSs_SubCore HdcpTimer
 Sub-core instance configuration. More...
 
XV_HdmiRxSs_SubCore Hdcp14
 Sub-core instance configuration. More...
 
XV_HdmiRxSs_SubCore Hdcp22
 Sub-core instance configuration. More...
 
XV_HdmiRxSs_SubCore HdmiRx
 Sub-core instance configuration. More...
 

Detailed Description

Video Processing Subsystem configuration structure.

Each subsystem device should have a configuration structure associated that defines the MAX supported sub-cores within subsystem

Field Documentation

◆ BaseAddress

UINTPTR XV_HdmiRxSs_Config::BaseAddress

BaseAddress is the physical base address of the subsystem address range.

◆ DeviceId

u16 XV_HdmiRxSs_Config::DeviceId

DeviceId is the unique ID of the device.

◆ Hdcp14

XV_HdmiRxSs_SubCore XV_HdmiRxSs_Config::Hdcp14

Sub-core instance configuration.

Referenced by XV_HdmiRxSs_SubcoreInitHdmiRx().

◆ Hdcp22

XV_HdmiRxSs_SubCore XV_HdmiRxSs_Config::Hdcp22

Sub-core instance configuration.

Referenced by XV_HdmiRxSs_SubcoreInitHdmiRx().

◆ HdcpTimer

XV_HdmiRxSs_SubCore XV_HdmiRxSs_Config::HdcpTimer

Sub-core instance configuration.

Referenced by XV_HdmiRxSs_SubcoreInitHdmiRx().

◆ HdmiRx

XV_HdmiRxSs_SubCore XV_HdmiRxSs_Config::HdmiRx

Sub-core instance configuration.

Referenced by XV_HdmiRxSs_SubcoreInitHdmiRx().

◆ HighAddress

UINTPTR XV_HdmiRxSs_Config::HighAddress

HighAddress is the physical MAX address of the subsystem address range.

◆ MaxBitsPerPixel

u8 XV_HdmiRxSs_Config::MaxBitsPerPixel

Maximum Supported Color Depth.

◆ Ppc

XVidC_PixelsPerClock XV_HdmiRxSs_Config::Ppc

Supported Pixel per Clock.

Referenced by XV_HdmiRxSs_SetPpc(), and XV_HdmiRxSs_SetStream().