DisplayPort Intel® FPGA IP User Guide

ID 683273
Date 10/16/2023
Public
Document Table of Contents

9.88. btc_dptxll_syslib_init

Prototype:

int btc_dptxll_syslib_init(void)

Thread-safe:

No

Available from ISR:

No

Include:

< btc_dptxll_syslib.h >

Return:

0 = success, 1 = fail

Parameters:

None

Description:

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

Example:

btc_dptxll_syslib_init ();