DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 10/16/2023
Public
Document Table of Contents

9.28. btc_dptx_baseaddr

Prototype:

unsigned int btc_dptx_baseaddr(BYTE tx_idx))

Thread-safe:

Yes

Available from ISR:

Yes

Include:

< btc_dptx_syslib.h >

Return:

Base address

Parameters:

tx_idx—Source instance index (0 - 3)

Description:

This function returns the base address of the TX instance connected to the given port number.

Example:

addr = btc_dptx_baseaddr(0);