v_sditxss
Vitis Drivers API Documentation
XV_SdiTxSs_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 XV_SdiTxSs_Log::DataBuffer[256]

Log buffer with event data.

Referenced by XV_SdiTxSs_LogRead(), and XV_SdiTxSs_LogWrite().

u8 XV_SdiTxSs_Log::HeadIndex

Index of the head entry of the Event/DataBuffer.

Referenced by XV_SdiTxSs_LogRead(), XV_SdiTxSs_LogReset(), and XV_SdiTxSs_LogWrite().

u8 XV_SdiTxSs_Log::TailIndex

Index of the tail entry of the Event/DataBuffer.

Referenced by XV_SdiTxSs_LogRead(), XV_SdiTxSs_LogReset(), and XV_SdiTxSs_LogWrite().