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.83. btc_dptxll_stream_get

Prototype:

BTC_STREAM *btc_dptxll_stream_get(
BYTE tx_idx,
BYTE strm_idx)

Thread-safe:

No

Available from ISR:

Yes

Include:

< btc_dptxll_syslib.h >

Return:

Pointer to the stream data

Parameters:

  • tx_idx—Source instance index (0 - 3)
  • strm_idx—Stream index (0 - 3)

Description:

This function returns a pointer to the stream info structure.

Example:

btc_dptxll_stream_get(0,0);