v_letterbox
Vitis Drivers API Documentation
XV_letterbox_Config Struct Reference

This typedef contains configuration information for the letterbox core Each core instance should have a configuration structure associated. More...

Data Fields

u16 DeviceId
 Unique ID of device. More...
 
UINTPTR BaseAddress
 The base address of the core instance. More...
 
u16 PixPerClk
 Samples Per Clock supported by core instance. More...
 
u16 NumVidComponents
 Number of Video Components. More...
 
u16 MaxWidth
 Maximum columns supported by core instance. More...
 
u16 MaxHeight
 Maximum rows supported by core instance. More...
 
u16 MaxDataWidth
 Maximum Data width of each channel. More...
 

Detailed Description

This typedef contains configuration information for the letterbox core Each core instance should have a configuration structure associated.

Field Documentation

UINTPTR XV_letterbox_Config::BaseAddress

The base address of the core instance.

Referenced by XV_LBoxDbgReportStatus().

u16 XV_letterbox_Config::DeviceId

Unique ID of device.

u16 XV_letterbox_Config::MaxDataWidth

Maximum Data width of each channel.

u16 XV_letterbox_Config::MaxHeight

Maximum rows supported by core instance.

u16 XV_letterbox_Config::MaxWidth

Maximum columns supported by core instance.

u16 XV_letterbox_Config::NumVidComponents

Number of Video Components.

u16 XV_letterbox_Config::PixPerClk

Samples Per Clock supported by core instance.