vphy
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups
XVphy_Log Struct Reference

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

#include <xvphy.h>

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.

u8 XVphy_Log::HeadIndex

Index of the head entry of the Event/DataBuffer.

u8 XVphy_Log::TailIndex

Index of the tail entry of the Event/DataBuffer.