DisplayPort Intel® FPGA IP User Guide

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