DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 10/20/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.66. btc_dptx_mst_vcptab_clear

Prototype:

int btc_dptx_mst_vcptab_clear(BYTE tx_idx)

Thread-safe:

No

Available from ISR:

No

Include:

< btc_dptx_syslib.h >

Return:

None

Parameters:

tx_idx—Source instance index (0 - 3)

Description:

This function clears the local VC Payload ID Table and all the VC Payload IDs. All table entries are set to ‘0’ and all the VCP IDs are set to 15.

Example:

btc_dptx_mst_vcptab_clear(0);