v_hdmitxss1
Vitis Drivers API Documentation
xv_hdmitxss1_log.c File Reference

Overview

Note
None.
MODIFICATION HISTORY:
Ver   Who  Date     Changes


1.00 EB 22/05/18 Initial release.

Functions

void XV_HdmiTxSs1_LogReset (XV_HdmiTxSs1 *InstancePtr)
 This function will reset the driver's logging mechanism. More...
 
void XV_HdmiTxSs1_LogWrite (XV_HdmiTxSs1 *InstancePtr, XV_HdmiTxSs1_LogEvent Evt, u8 Data)
 This function will insert an event in the driver's logginc mechanism. More...
 
u16 XV_HdmiTxSs1_LogRead (XV_HdmiTxSs1 *InstancePtr)
 This function will read the last event from the log. More...
 
void XV_HdmiTxSs1_LogDisplay (XV_HdmiTxSs1 *InstancePtr)
 This function will print the entire log. More...
 

Function Documentation

u16 XV_HdmiTxSs1_LogRead ( XV_HdmiTxSs1 InstancePtr)

This function will read the last event from the log.

Parameters
InstancePtris a pointer to the XV_HdmiTxSs1 core instance.
Returns
The log data.
Note
None.

References XV_HdmiTxSs1_Log::DataBuffer, XV_HdmiTxSs1_Log::HeadIndex, XV_HdmiTxSs1::Log, and XV_HdmiTxSs1_Log::TailIndex.

Referenced by XV_HdmiTxSs1_LogDisplay().

void XV_HdmiTxSs1_LogReset ( XV_HdmiTxSs1 InstancePtr)

This function will reset the driver's logging mechanism.

Parameters
InstancePtris a pointer to the xv_hdmitxss1 core instance.
Returns
None.
Note
None.

References XV_HdmiTxSs1_Log::HeadIndex, XV_HdmiTxSs1::Log, and XV_HdmiTxSs1_Log::TailIndex.