Btc_dptx_syslib_monitor, Btc_dptx_test_autom, Btc_dptx_syslib_monitor -19 – Altera DisplayPort MegaCore Function User Manual

Page 120: Btc_dptx_test_autom -19

Advertising
background image

Description:

Initializes the system library. Should be invoked as the first function in the library

by

main(

)

. Set the base address of TX or RX to

BTC_NOT_PRESENT

if TX or RX

not instantiated.

Example:

btc_dptx_syslib_init( BITEC_DP_0_AV_TX_CONTROL_BASE, BITEC_DP_0_AV_

TX_CONTROL_IRQ_INTERRUPT_CONTROLLER_ID, BITEC_DP_0_AV_TX_CONTROL_

IRQ);

btc_dptx_syslib_monitor

Prototype:

int btc_dptx_syslib_monitor(void)

Thread-safe:

No

Available from ISR:

Yes

Include:

<

btc_dptx_syslib.h

>

Return:

0 = success, 1 = fail

Parameters:

No

Description:

This function calls the system library source housekeeping monitor. The

software should invoke this function periodically or at least every 50 ms.

Example:

btc_dptx_syslib_monitor();

btc_dptx_test_autom

Prototype:

int btc_dptx_test_autom(void)

Thread-safe:

No

Available from ISR:

Yes

Include:

<

btc_dptx_syslib.h

>

Return:

0 = success, 1 = fail

Parameters:

No

UG-01131

2015.05.04

btc_dptx_syslib_monitor

8-19

DisplayPort API Reference

Altera Corporation

Send Feedback

Advertising