![]() |
v_sditx
Xilinx SDK Drivers API Documentation
|
The XV_SdiTx driver instance data. More...
Data Fields | |
| XV_SdiTx_Config | Config |
| Hardware Configuration. More... | |
| u32 | IsReady |
| Core and the driver instance are initialized. More... | |
| XV_SdiTx_Callback | GtRstDoneCallback |
| Callback for stream down callback. More... | |
| void * | GtRstDoneRef |
| To be passed to the stream down callback. More... | |
| u32 | IsGtRstDoneCallbackSet |
| Set flag. More... | |
| XV_SdiTx_Callback | OverFlowCallback |
| Callback for over flow callback. More... | |
| void * | OverFlowRef |
| To be passed to the over flow callback. More... | |
| u32 | IsOverFlowCallbackSet |
| Set flag. More... | |
| XV_SdiTx_Callback | UnderFlowCallback |
| Callback for under flow callback. More... | |
| void * | UnderFlowRef |
| To be passed to the under flow callback. More... | |
| u32 | IsUnderFlowCallbackSet |
| Set flag. More... | |
| XV_SdiTx_Stream | Stream [XV_SDITX_MAX_DATASTREAM] |
| SDI TX stream information. More... | |
| XSdiVid_Transport | Transport |
| SDI TX Transport information. More... | |
| XV_SdiTx_State | State |
| State. More... | |
The XV_SdiTx driver instance data.
An instance must be allocated for each SDI TX core in use.
| XV_SdiTx_Config XV_SdiTx::Config |
Hardware Configuration.
Referenced by XV_SdiTx_Axi4sBridgeVtcDisable(), XV_SdiTx_Axi4sBridgeVtcEnable(), XV_SdiTx_CfgInitialize(), XV_SdiTx_ClearDetectedError(), XV_SdiTx_DebugInfo(), XV_SdiTx_GetIntrEnable(), XV_SdiTx_GetIntrStatus(), XV_SdiTx_ReportDetectedError(), XV_SdiTx_SelfTest(), XV_SdiTx_SetCoreSettings(), XV_SdiTx_SetVidBridgeMode(), XV_SdiTx_StartSdi(), XV_SdiTx_StopSdi(), XV_SdiTx_VidBridgeDisable(), and XV_SdiTx_VidBridgeEnable().
| XV_SdiTx_Callback XV_SdiTx::GtRstDoneCallback |
Callback for stream down callback.
Referenced by XV_SdiTx_CfgInitialize().
| void* XV_SdiTx::GtRstDoneRef |
To be passed to the stream down callback.
| u32 XV_SdiTx::IsGtRstDoneCallbackSet |
Set flag.
This flag is set to true when the callback has been registered
| u32 XV_SdiTx::IsOverFlowCallbackSet |
Set flag.
This flag is set to true when the callback has been registered
| u32 XV_SdiTx::IsReady |
Core and the driver instance are initialized.
Referenced by XV_SdiTx_IntrHandler(), and XV_SdiTx_SelfTest().
| u32 XV_SdiTx::IsUnderFlowCallbackSet |
Set flag.
This flag is set to true when the callback has been registered
| XV_SdiTx_Callback XV_SdiTx::OverFlowCallback |
Callback for over flow callback.
| void* XV_SdiTx::OverFlowRef |
To be passed to the over flow callback.
| XV_SdiTx_State XV_SdiTx::State |
State.
| XV_SdiTx_Stream XV_SdiTx::Stream[XV_SDITX_MAX_DATASTREAM] |
SDI TX stream information.
Referenced by XV_SdiTx_DebugInfo(), and XV_SdiTx_GetPayload().
| XSdiVid_Transport XV_SdiTx::Transport |
SDI TX Transport information.
Referenced by XV_SdiTx_DebugInfo(), and XV_SdiTx_SetVidBridgeMode().
| XV_SdiTx_Callback XV_SdiTx::UnderFlowCallback |
Callback for under flow callback.
| void* XV_SdiTx::UnderFlowRef |
To be passed to the under flow callback.