DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 10/16/2023
Public
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);