v_hdmiphy1
Vitis Drivers API Documentation
xhdmiphy1_log.c File Reference

Overview

Contains a minimal set of functions for the XHdmiphy1 driver that allow access to all of the Video PHY core's functionality.

See xhdmiphy1.h for a detailed description of the driver.

Note
None.
MODIFICATION HISTORY:
Ver   Who  Date     Changes


dd/mm/yy


1.0 gm 10/12/18 Initial release.

Functions

void XHdmiphy1_LogReset (XHdmiphy1 *InstancePtr)
 This function will reset the driver's logging mechanism. More...
 
void XHdmiphy1_LogWrite (XHdmiphy1 *InstancePtr, XHdmiphy1_LogEvent Evt, u8 Data)
 This function will insert an event in the driver's logging mechanism. More...
 
u16 XHdmiphy1_LogRead (XHdmiphy1 *InstancePtr)
 This function will read the last event from the log. More...
 
void XHdmiphy1_LogDisplay (XHdmiphy1 *InstancePtr)
 This function will print the entire log. More...