DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 10/20/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.81. btc_dptxll_stream_delete_rep

Prototype:

int btc_dptxll_stream_delete_rep(BYTE tx_idx)

Thread-safe:

No

Available from ISR:

No

Include:

< btc_dptxll_syslib.h >

Return:

0 = success, 1 = fail, 2 = not ready

Parameters:

tx_idx—Source instance index (0 - 3)

Description:

This function checks if the last stream payload deletion was completed successfully. Call this function until either ‘0’ or ‘1’ is returned. ‘2’ is returned when the operation has not yet completed.

Example:

btc_dptxll_stream_delete_rep(0);