![]() |
vphy
Vitis Drivers API Documentation
|
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... | |
This typedef contains the logging mechanism for debug.
| 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().