v_sditxss
Vitis Drivers API Documentation
xsdi_menu.c File Reference

Overview

This file contains the Xilinx Menu implementation as used in the SDI example design.

Please see xsdi_menu.h for more details.

MODIFICATION HISTORY:
Ver   Who  Date       Changes


1.0 ssh 07/05/2018 Initial release

Functions

void Info (void)
 This function outputs the video information on TX and RX. More...
 
void DebugInfo (void)
 This function outputs the debug information. More...
 
void XSdi_MenuInitialize (XSdi_Menu *InstancePtr, u32 UartBaseAddress)
 This function takes care of the SDI menu initialization. More...
 
void XSdi_MenuProcess (XSdi_Menu *InstancePtr)
 This function is called to trigger the SDI menu statemachine. More...
 

Function Documentation

void DebugInfo ( void  )

This function outputs the debug information.

Returns
None.
Note
None.

References XV_SdiTxSs_ReportDebugInfo().

void Info ( void  )

This function outputs the video information on TX and RX.

Returns
None.
Note
None.

References XV_SdiTxSs_ReportInfo().

void XSdi_MenuInitialize ( XSdi_Menu InstancePtr,
u32  UartBaseAddress 
)

This function takes care of the SDI menu initialization.

Parameters
InstancePtris a pointer to the XSdi_Menu instance.
UartBaseAddresspoints to the base address of PS uart.
Returns
None

Referenced by main().

void XSdi_MenuProcess ( XSdi_Menu InstancePtr)

This function is called to trigger the SDI menu statemachine.

Parameters
InstancePtris a pointer to the XSdi_Menu instance.
Returns
None

Referenced by main().