v_hdmirx
Xilinx SDK Drivers API Documentation
xv_hdmirx_selftest.c File Reference

Overview

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

MODIFICATION HISTORY:
Ver   Who    Date     Changes

1.0 gm, mg 10/07/15 Initial release.
 

Functions

int XV_HdmiRx_SelfTest (XV_HdmiRx *InstancePtr)
 This function reads ID of PIO peripheral. More...
 

Function Documentation

◆ XV_HdmiRx_SelfTest()

int XV_HdmiRx_SelfTest ( XV_HdmiRx InstancePtr)

This function reads ID of PIO peripheral.

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

References XV_HdmiRx_Config::BaseAddress, XV_HdmiRx::Config, XV_HDMIRX_MASK_16, XV_HDMIRX_PIO_ID, XV_HDMIRX_PIO_ID_OFFSET, XV_HdmiRx_ReadReg, and XV_HDMIRX_SHIFT_16.