DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 10/16/2023
Public
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);