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.34. btc_dptx_link_bw

Prototype:

unsigned btc_dptx_link_bw(BYTE tx_idx)

Thread-safe:

No

Available from ISR:

Yes

Include:

< btc_dptx_syslib.h >

Return:

0 = link is down, >0 = link bandwidth (162000 - 4835563)

Parameters:

tx_idx—Source instance index (0 - 3)

Description:

This function returns the main link current bandwidth in Kbytes/s

Example:

btc_dptx_link_bw(0);