hdcp1x
Xilinx SDK Drivers API Documentation
XHdcp1x_TxStats Struct Reference

This typedef defines the statistics collected transmit port instance. More...

Data Fields

u32 AuthFailed
 Num of failed authentication attempts. More...
 
u32 AuthPassed
 Num of passed authentication attempts. More...
 
u32 ReauthRequested
 Num of rxd re-authentication requests. More...
 
u32 ReadFailures
 Num of remote read failures. More...
 
u32 LinkCheckPassed
 Num of link verifications that passed. More...
 
u32 LinkCheckFailed
 Num of link verifications that failed. More...
 

Detailed Description

This typedef defines the statistics collected transmit port instance.

Field Documentation

u32 XHdcp1x_TxStats::AuthFailed

Num of failed authentication attempts.

Referenced by XHdcp1x_TxInfo().

u32 XHdcp1x_TxStats::AuthPassed

Num of passed authentication attempts.

Referenced by XHdcp1x_TxInfo().

u32 XHdcp1x_TxStats::LinkCheckFailed

Num of link verifications that failed.

Referenced by XHdcp1x_TxInfo().

u32 XHdcp1x_TxStats::LinkCheckPassed

Num of link verifications that passed.

Referenced by XHdcp1x_TxInfo().

u32 XHdcp1x_TxStats::ReadFailures

Num of remote read failures.

Referenced by XHdcp1x_TxInfo().

u32 XHdcp1x_TxStats::ReauthRequested

Num of rxd re-authentication requests.

Referenced by XHdcp1x_TxInfo().