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.18. btc_dprx_syslib_init

Prototype:

int btc_dprx_syslib_init(void)

Thread-safe:

No

Available from ISR:

No

Include:

< btc_dprx_syslib.h >

Return:

0 = success, 1 = fail

Parameters:

No

Description:

This function initializes the system library. It should be invoked once after btc_dprx_syslib_add_ rx ( ).

Example:

btc_dprx_syslib_init();