![]() |
v_sdirx
Xilinx SDK Drivers API Documentation
|
The XSdiRx driver instance data. More...
Data Fields | |
| XV_SdiRx_Config | Config |
| Hardware Configuration. More... | |
| u32 | IsReady |
| Core and the driver instance are initialized. More... | |
| XV_SdiRx_Callback | StreamDownCallback |
| Callback for stream down callback. More... | |
| void * | StreamDownRef |
| To be passed to the stream down callback. More... | |
| u32 | IsStreamDownCallbackSet |
| Set flag. More... | |
| XV_SdiRx_Callback | StreamUpCallback |
| Callback for stream up callback. More... | |
| void * | StreamUpRef |
| To be passed to the stream up callback. More... | |
| u32 | IsStreamUpCallbackSet |
| Set flag. More... | |
| XV_SdiRx_Callback | OverFlowCallback |
| Callback for Overflow callback. More... | |
| void * | OverFlowRef |
| To be passed to the Overflow callback. More... | |
| u32 | IsOverFlowCallbackSet |
| Set flag. More... | |
| XV_SdiRx_Callback | UnderFlowCallback |
| Callback for Underflow callback. More... | |
| void * | UnderFlowRef |
| To be passed to the Underflow callback. More... | |
| u32 | IsUnderFlowCallbackSet |
| Set flag. More... | |
| XV_SdiRx_Stream | Stream [XV_SDIRX_MAX_DATASTREAM] |
| SDI RX stream information. More... | |
The XSdiRx driver instance data.
An instance must be allocated for each SDI RX core in use.
| XV_SdiRx_Config XV_SdiRx::Config |
Hardware Configuration.
Referenced by XV_SdiRx_Axi4sBridgeDisable(), XV_SdiRx_Axi4sBridgeEnable(), XV_SdiRx_CfgInitialize(), XV_SdiRx_DebugInfo(), XV_SdiRx_FramerDisable(), XV_SdiRx_FramerEnable(), XV_SdiRx_GetIntrEnable(), XV_SdiRx_GetIntrStatus(), XV_SdiRx_GetPayloadId(), XV_SdiRx_GetSdiMode(), XV_SdiRx_ReportDetectedError(), XV_SdiRx_SelfTest(), XV_SdiRx_Start(), XV_SdiRx_Stop(), XV_SdiRx_VidBridgeDisable(), and XV_SdiRx_VidBridgeEnable().
| u32 XV_SdiRx::IsOverFlowCallbackSet |
Set flag.
This flag is set to true when the callback has been registered
| u32 XV_SdiRx::IsReady |
Core and the driver instance are initialized.
Referenced by XV_SdiRx_IntrHandler(), and XV_SdiRx_SelfTest().
| u32 XV_SdiRx::IsStreamDownCallbackSet |
Set flag.
This flag is set to true when the callback has been registered
| u32 XV_SdiRx::IsStreamUpCallbackSet |
Set flag.
This flag is set to true when the callback has been registered
| u32 XV_SdiRx::IsUnderFlowCallbackSet |
Set flag.
This flag is set to true when the callback has been registered
| XV_SdiRx_Callback XV_SdiRx::OverFlowCallback |
Callback for Overflow callback.
| void* XV_SdiRx::OverFlowRef |
To be passed to the Overflow callback.
| XV_SdiRx_Stream XV_SdiRx::Stream[XV_SDIRX_MAX_DATASTREAM] |
SDI RX stream information.
Referenced by XV_SdiRx_DebugInfo().
| XV_SdiRx_Callback XV_SdiRx::StreamDownCallback |
Callback for stream down callback.
Referenced by XV_SdiRx_CfgInitialize().
| void* XV_SdiRx::StreamDownRef |
To be passed to the stream down callback.
| XV_SdiRx_Callback XV_SdiRx::StreamUpCallback |
Callback for stream up callback.
| void* XV_SdiRx::StreamUpRef |
To be passed to the stream up callback.
| XV_SdiRx_Callback XV_SdiRx::UnderFlowCallback |
Callback for Underflow callback.
| void* XV_SdiRx::UnderFlowRef |
To be passed to the Underflow callback.