v_hdmiphy1
Xilinx SDK Drivers API Documentation
XHdmiphy1_Log Struct Reference

This typedef contains the logging mechanism for debug. More...

Data Fields

u16 DataBuffer [128]
 Log buffer with event data. More...
 
u64 TimeRecord [128]
 Log time for the event. More...
 
u8 HeadIndex
 
     Index of the head entry of the

Event/DataBuffer. More...

 
u8 TailIndex
 
     Index of the tail entry of the

Event/DataBuffer. More...

 

Detailed Description

This typedef contains the logging mechanism for debug.

Field Documentation

u16 XHdmiphy1_Log::DataBuffer[128]

Log buffer with event data.

Referenced by XHdmiphy1_LogRead(), and XHdmiphy1_LogWrite().

u8 XHdmiphy1_Log::HeadIndex

     Index of the head entry of the

Event/DataBuffer.

Referenced by XHdmiphy1_LogRead(), XHdmiphy1_LogReset(), and XHdmiphy1_LogWrite().

u8 XHdmiphy1_Log::TailIndex

     Index of the tail entry of the

Event/DataBuffer.

Referenced by XHdmiphy1_LogDisplay(), XHdmiphy1_LogRead(), XHdmiphy1_LogReset(), and XHdmiphy1_LogWrite().

u64 XHdmiphy1_Log::TimeRecord[128]

Log time for the event.

Referenced by XHdmiphy1_LogDisplay(), and XHdmiphy1_LogWrite().