v_sdirxss
Vitis Drivers API Documentation
XV_SdiRxSs_Config Struct Reference

This typedef contains configuration information for the SDI RX core. More...

Data Fields

u16 DeviceId
 DeviceId is the unique ID of the SDI RX core. More...
 
UINTPTR BaseAddress
 BaseAddress is the physical base address of the subsystem address range. More...
 
XV_SdiRxSs_SubCore SdiRx
 Sub-core instance configuration. More...
 

Detailed Description

This typedef contains configuration information for the SDI RX core.

Each SDI RX device should have a configuration structure associated.

Field Documentation

UINTPTR XV_SdiRxSs_Config::BaseAddress

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

Referenced by main(), SdiRxSs_SelfTestExample(), and XV_SdiRxSs_CfgInitialize().

u16 XV_SdiRxSs_Config::DeviceId

DeviceId is the unique ID of the SDI RX core.

Referenced by XV_SdiRxSs_CfgInitialize().

XV_SdiRxSs_SubCore XV_SdiRxSs_Config::SdiRx

Sub-core instance configuration.

Referenced by XV_SdiRxSs_SubcoreInitSdiRx().