DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 9/02/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.86. btc_dptxll_sw_ver

Prototype:

void btc_dptxll_sw_ver(
   BYTE *major 
   BYTE *minor,
   BYTE *rev)

Thread-safe:

Yes

Available from ISR:

Yes

Include:

< btc_dptxll_syslib.h >

Return:

Parameters:

  • major—Pointer to major version
  • minor—Pointer to minor version
  • rev—Pointer to revision)

Description:

This function returns the version of the TX link layer system library.

Example:

btc_dptxll_sw_ver(&maj, &min, &rev);