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.14. btc_dprx_rtl_ver

Prototype:

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

Thread-safe:

Yes

Available from ISR:

Yes

Include:

< btc_dprx_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 RX core (RTL).

Example:

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