v_sdirxss
Xilinx SDK 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

◆ BaseAddress

UINTPTR XV_SdiRxSs_Config::BaseAddress

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

Referenced by SdiRxSs_SelfTestExample(), and XV_SdiRxSs_CfgInitialize().

◆ DeviceId

u16 XV_SdiRxSs_Config::DeviceId

DeviceId is the unique ID of the SDI RX core.

◆ SdiRx

XV_SdiRxSs_SubCore XV_SdiRxSs_Config::SdiRx

Sub-core instance configuration.

Referenced by XV_SdiRxSs_SubcoreInitSdiRx().