v_hdmitx
Xilinx SDK Drivers API Documentation
xv_hdmitx_selftest.c File Reference

Overview

This file contains self test function for the HDMI TX core.

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.00 10/07/15 Initial release.

 

Functions

int XV_HdmiTx_SelfTest (XV_HdmiTx *InstancePtr)
 This function reads ID of HDMI TX PIO peripheral. More...
 

Function Documentation

int XV_HdmiTx_SelfTest ( XV_HdmiTx InstancePtr)

This function reads ID of HDMI TX PIO peripheral.

Parameters
InstancePtris a pointer to the XV_HdmiTx core instance.
Returns
  • XST_SUCCESS if PIO ID was matched.
  • XST_FAILURE if PIO ID was mismatched.
Note
None.

References XV_HdmiTx_Config::BaseAddress, XV_HdmiTx::Config, XV_HDMITX_MASK_16, XV_HDMITX_PIO_ID, XV_HDMITX_PIO_ID_OFFSET, XV_HdmiTx_ReadReg, and XV_HDMITX_SHIFT_16.