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.40. btc_dptx_syslib_init

Prototype:

int btc_dptx_syslib_init(void)

Thread-safe:

No

Available from ISR:

No

Include:

< btc_dptx_syslib.h >

Return:

0 = success, 1 = fail

Parameters:

None

Description:

Initializes the system library. Should be invoked just once after btc_dptx_syslib_add_tx().

Example:

btc_dptx_syslib_init ();