hdcp22_rx
Xilinx SDK Drivers API Documentation
XHdcp22_Rx_Log Struct Reference

This typedef contains the HDCP22 log list. More...

Data Fields

XHdcp22_Rx_LogItem LogItems [XHDCP22_RX_LOG_BUFFER_SIZE]
 Data. More...
 
u8 Tail
 Tail pointer. More...
 
u8 Head
 Head pointer. More...
 
u8 Verbose
 Logging is extended with debug events. More...
 

Detailed Description

This typedef contains the HDCP22 log list.

Field Documentation

◆ Head

u8 XHdcp22_Rx_Log::Head

Head pointer.

Referenced by XHdcp22Rx_LogRd(), XHdcp22Rx_LogReset(), and XHdcp22Rx_LogWr().

◆ LogItems

Data.

Referenced by XHdcp22Rx_LogRd(), and XHdcp22Rx_LogWr().

◆ Tail

u8 XHdcp22_Rx_Log::Tail

Tail pointer.

Referenced by XHdcp22Rx_LogRd(), XHdcp22Rx_LogReset(), and XHdcp22Rx_LogWr().

◆ Verbose

u8 XHdcp22_Rx_Log::Verbose

Logging is extended with debug events.

Referenced by XHdcp22Rx_LogReset(), and XHdcp22Rx_LogWr().