vphy
Vitis Drivers API Documentation
XVphy_Log Struct Reference

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

Data Fields

u16 DataBuffer [256]
 Log buffer with event data. 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 XVphy_Log::DataBuffer[256]

Log buffer with event data.

Referenced by XVphy_LogRead(), and XVphy_LogWrite().

u8 XVphy_Log::HeadIndex

Index of the head entry of the Event/DataBuffer.

Referenced by XVphy_LogRead(), XVphy_LogReset(), and XVphy_LogWrite().

u8 XVphy_Log::TailIndex

Index of the tail entry of the Event/DataBuffer.

Referenced by XVphy_LogRead(), XVphy_LogReset(), and XVphy_LogWrite().