v_hdmitx1
Vitis Drivers API Documentation
xv_hdmitx1_selftest.c File Reference

Overview

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

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.00 EB 22/05/18 Initial release.

 

Functions

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

Function Documentation

int XV_HdmiTx1_SelfTest ( XV_HdmiTx1 InstancePtr)

This function reads ID of HDMI TX PIO peripheral.

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

References XV_HdmiTx1_Config::BaseAddress, XV_HdmiTx1::Config, XV_HDMITX1_MASK_16, XV_HDMITX1_PIO_ID, XV_HDMITX1_PIO_ID_OFFSET, XV_HdmiTx1_ReadReg, and XV_HDMITX1_SHIFT_16.