v_hdmitx1
Vitis Drivers API Documentation
XV_HdmiTx1_Config Struct Reference

This typedef contains configuration information for the HDMI TX core. More...

Data Fields

u16 DeviceId
 DeviceId is the unique ID of the HDMI TX core. More...
 
UINTPTR BaseAddress
 BaseAddress is the physical base address of the core's registers. More...
 
u32 MaxFrlRate
 Maximum FRL Rate Supported. More...
 
u32 DynHdr
 Dynamic HDR supported. More...
 

Detailed Description

This typedef contains configuration information for the HDMI TX core.

Each HDMI TX device should have a configuration structure associated.

Field Documentation

u16 XV_HdmiTx1_Config::DeviceId

DeviceId is the unique ID of the HDMI TX core.

u32 XV_HdmiTx1_Config::DynHdr

Dynamic HDR supported.

u32 XV_HdmiTx1_Config::MaxFrlRate

Maximum FRL Rate Supported.

Referenced by XV_HdmiTx1_CfgInitialize(), and XV_HdmiTx1_SetFrlMaxFrlRate().