DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 11/12/2021
Public

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

Document Table of Contents

9.50. btc_dptx_mst_enable

Prototype:

int btc_dptx_mst_enable(
BYTE tx_idx,
BYTE enabled)

Thread-safe:

No

Available from ISR:

No

Include:

< btc_dptx_syslib.h >

Return:

None

Parameters:

  • tx_idx—Source instance index (0 - 3)
  • enabled—0 = SST framing; 1 = MST framing

Description:

This function enables or disables MST framing. After HW reset framing is set by default to SST.

Example:

btc_dptx_mst_enable(0,1);