![]() |
v_hdmirxss1
Vitis Drivers API Documentation
|
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... | |
| u32 | DynamicHDR |
| < Maximum FRL Rate Supporte More... | |
| u32 | DSC |
| DSC Supported. More... | |
| u32 | AxiLiteClkFreq |
| AXI Lite Clock Frequency in Hz. More... | |
| u8 | VideoInterface |
| 0 - AXI4S 1 - Native 2 - Native DE video interface More... | |
| XV_HdmiRxSs1_SubCore | HdcpTimer |
| Sub-core instance configuration. More... | |
| XV_HdmiRxSs1_SubCore | Hdcp14 |
| Sub-core instance configuration. More... | |
| XV_HdmiRxSs1_SubCore | Hdcp22 |
| Sub-core instance configuration. More... | |
| XV_HdmiRxSs1_SubCore | HdmiRx1 |
| Sub-core instance configuration. More... | |
Video Processing Subsystem configuration structure.
Each subsystem device should have a configuration structure associated that defines the MAX supported sub-cores within subsystem
| u32 XV_HdmiRxSs1_Config::AxiLiteClkFreq |
AXI Lite Clock Frequency in Hz.
Referenced by XV_HdmiRxSs1_CfgInitialize(), and XV_HdmiRxSs1_SubcoreInitHdmiRx1().
| UINTPTR XV_HdmiRxSs1_Config::BaseAddress |
BaseAddress is the physical base address of the
subsystem address range
Referenced by XV_HdmiRxSs1_CfgInitialize(), and XV_HdmiRxSs1_SubcoreInitHdmiRx1().
| u16 XV_HdmiRxSs1_Config::DeviceId |
DeviceId is the unique ID of the device.
Referenced by XV_HdmiRxSs1_CfgInitialize().
| u32 XV_HdmiRxSs1_Config::DSC |
DSC Supported.
Referenced by XV_HdmiRxSs1_CfgInitialize().
| u32 XV_HdmiRxSs1_Config::DynamicHDR |
< Maximum FRL Rate Supporte
Dynamic HDR supported
Referenced by XV_HdmiRxSs1_DynHDR_DM_Disable(), XV_HdmiRxSs1_DynHDR_DM_Enable(), XV_HdmiRxSs1_DynHDR_GetInfo(), and XV_HdmiRxSs1_DynHDR_SetAddr().
| XV_HdmiRxSs1_SubCore XV_HdmiRxSs1_Config::Hdcp14 |
Sub-core instance configuration.
| XV_HdmiRxSs1_SubCore XV_HdmiRxSs1_Config::Hdcp22 |
Sub-core instance configuration.
| XV_HdmiRxSs1_SubCore XV_HdmiRxSs1_Config::HdcpTimer |
Sub-core instance configuration.
| XV_HdmiRxSs1_SubCore XV_HdmiRxSs1_Config::HdmiRx1 |
Sub-core instance configuration.
Referenced by XV_HdmiRxSs1_SubcoreInitHdmiRx1().
| UINTPTR XV_HdmiRxSs1_Config::HighAddress |
HighAddress is the physical MAX address of the
subsystem address range
| u8 XV_HdmiRxSs1_Config::MaxBitsPerPixel |
Maximum Supported Color Depth.
| XVidC_PixelsPerClock XV_HdmiRxSs1_Config::Ppc |
Supported Pixel per Clock.
Referenced by XV_HdmiRxSs1_SetDefaultPpc(), XV_HdmiRxSs1_SetPpc(), XV_HdmiRxSs1_SetStream(), and XV_HdmiRxSs1_SubcoreInitHdmiRx1().
| u8 XV_HdmiRxSs1_Config::VideoInterface |
0 - AXI4S 1 - Native 2 - Native DE video interface
Referenced by XV_HdmiRxSs1_SubcoreInitHdmiRx1().