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.48. btc_dptx_mst_conn_stat_notify_req

Prototype:

btc_dptx_mst_conn_stat_notify_req(
BYTE tx_idx)

Thread-safe:

No

Available from ISR:

No

Include:

< btc_dptx_syslib.h >

Return:

Pointer to UP_REQ data, NULL = none pending

Parameters:

tx_idx—Source instance index (0 - 3)

Description:

This function returns the last pending CONNECTION_STATE_NOTIFY UP_REQ received, if any.

Example:

btc_dptx_mst_conn_stat_notify_req(0);