DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 1/24/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

9.11. btc_dprx_hpd_set

Prototype:

void btc_dprx_hpd_set( 
   BYTE rx_idx, 
   int  level)

Thread-safe:

Yes

Available from ISR:

Yes

Include:

< btc_dprx_syslib.h >

Return:

Parameters:

  • rx_idxSink instance index (0 - 3)
  • level—0 or 1

Description:

This function allows the controller to set the logic level of the RX HPD.

Example:

btc_dprx_hpd_set(0,1);