![]() |
v_sditxss
Xilinx SDK Drivers API Documentation
|
This typedef contains configuration information for the SDI TX core. More...
Data Fields | |
| u16 | DeviceId |
| DeviceId is the unique ID of the SDI TX core. More... | |
| UINTPTR | BaseAddress |
| BaseAddress is the physical base address of the subsystem address range. More... | |
| XVidC_PixelsPerClock | Ppc |
| Supported Pixel per Clock. More... | |
| XV_SdiTxSs_SubCore | SdiTx |
| Sub-core instance configuration. More... | |
| XV_SdiTxSs_SubCore | Vtc |
| Sub-core instance configuration. More... | |
This typedef contains configuration information for the SDI TX core.
Each SDI TX device should have a configuration structure associated.
| UINTPTR XV_SdiTxSs_Config::BaseAddress |
BaseAddress is the physical base address of the subsystem address range.
Referenced by SdiTxSs_SelfTestExample(), and XV_SdiTxSs_CfgInitialize().
| u16 XV_SdiTxSs_Config::DeviceId |
DeviceId is the unique ID of the SDI TX core.
| XVidC_PixelsPerClock XV_SdiTxSs_Config::Ppc |
Supported Pixel per Clock.
| XV_SdiTxSs_SubCore XV_SdiTxSs_Config::SdiTx |
Sub-core instance configuration.
Referenced by XV_SdiTxSs_SubcoreInitSdiTx().
| XV_SdiTxSs_SubCore XV_SdiTxSs_Config::Vtc |
Sub-core instance configuration.
Referenced by XV_SdiTxSs_SubcoreInitVtc().