dsirxss
Vitis Drivers API Documentation
Overview

Macros

#define XDSI2RXSS_HW_H_
 Prevent circular inclusions by using protection macros. More...
 

Functions

u32 XDsi2RxSs_SelfTest (XDsi2RxSs *InstancePtr)
 This function performs self test on MIPI DSI Rx Subsystem sub-cores. More...
 

Macro Definition Documentation

#define XDSI2RXSS_HW_H_

Prevent circular inclusions by using protection macros.

Function Documentation

u32 XDsi2RxSs_SelfTest ( XDsi2RxSs InstancePtr)

This function performs self test on MIPI DSI Rx Subsystem sub-cores.

Parameters
InstancePtris a pointer to the XDsi2RxSs core instance.
Returns
  • XST_SUCCESS if self test passed.
  • XST_FAILURE if self test failed.
Note
None.

References XDsi2RxSs::Dsi2RxPtr.

Referenced by Dsi2RxSs_SelfTestExample().