![]() |
dsi2rx
Vitis Drivers API Documentation
|
The XDsi2Rx driver instance data. More...
Data Fields | |
| XDsi2Rx_Config | Config |
| GUI Configuration. More... | |
| u32 | PixelMode |
| Specifies VideoMode NoNBurst/Burst. More... | |
| XDsi2Rx_Callback | UnSupportedDataTypeCallback |
Callback for UnSupportedDataType More... | |
| void * | UnsupportDataTypeRef |
To be passed to the UnSupportedDataType call back More... | |
| u32 | IsReady |
| Driver is ready. More... | |
The XDsi2Rx driver instance data.
An instance must be allocated for each DSI in use.
| XDsi2Rx_Config XDsi2Rx::Config |
GUI Configuration.
Referenced by XDsi2Rx_CfgInitialize(), XDsi2Rx_GetConfigParams(), and XDsi2Rx_SelfTest().
| u32 XDsi2Rx::IsReady |
Driver is ready.
Referenced by XDsi2Rx_Activate(), XDsi2Rx_CfgInitialize(), XDsi2Rx_DefaultConfigure(), XDsi2Rx_IntrHandler(), XDsi2Rx_SelfTest(), and XDsi2Rx_SetCallback().
| u32 XDsi2Rx::PixelMode |
Specifies VideoMode NoNBurst/Burst.
Referenced by XDsi2Rx_DefaultConfigure().
| void* XDsi2Rx::UnsupportDataTypeRef |
To be passed to the
UnSupportedDataType call back
Referenced by XDsi2Rx_IntrHandler(), and XDsi2Rx_SetCallback().
| XDsi2Rx_Callback XDsi2Rx::UnSupportedDataTypeCallback |
Callback for
UnSupportedDataType
Referenced by XDsi2Rx_CfgInitialize(), XDsi2Rx_IntrHandler(), and XDsi2Rx_SetCallback().