![]() |
v_sdirxss
Xilinx SDK Drivers API Documentation
|
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... | |
This typedef contains configuration information for the SDI RX core.
Each SDI RX device should have a configuration structure associated.
| UINTPTR XV_SdiRxSs_Config::BaseAddress |
BaseAddress is the physical base address of the subsystem address range.
Referenced by SdiRxSs_SelfTestExample(), and XV_SdiRxSs_CfgInitialize().
| u16 XV_SdiRxSs_Config::DeviceId |
DeviceId is the unique ID of the SDI RX core.
| XV_SdiRxSs_SubCore XV_SdiRxSs_Config::SdiRx |
Sub-core instance configuration.
Referenced by XV_SdiRxSs_SubcoreInitSdiRx().