![]() |
v_sditxss
Vitis Drivers API Documentation
|
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... | |
| void DebugInfo | ( | void | ) |
This function outputs the debug information.
References XV_SdiTxSs_ReportDebugInfo().
| void Info | ( | void | ) |
This function outputs the video information on TX and RX.
References XV_SdiTxSs_ReportInfo().
| void XSdi_MenuInitialize | ( | XSdi_Menu * | InstancePtr, |
| u32 | UartBaseAddress | ||
| ) |