hdcp22_tx_dp
Vitis Drivers API Documentation
XHdcp22_Tx_Dp_Timer Struct Reference

The current state and data for internal used timer. More...

Data Fields

u8 TimerExpired
 Expiration flag set when the hardware timer has interrupted. More...
 
u8 ReasonId
 Keep track of why the timer was started (message or status checking). More...
 
u32 InitialTicks
 Keep track of the start value of the timer. More...
 
XTmrCtr TmrCtr
 The hardware timer instance. More...
 

Detailed Description

The current state and data for internal used timer.

Field Documentation

u32 XHdcp22_Tx_Dp_Timer::InitialTicks

Keep track of the start value of the timer.

Referenced by XHdcp22Tx_Dp_CfgInitialize().

u8 XHdcp22_Tx_Dp_Timer::ReasonId

Keep track of why the timer was started (message or status checking).

Referenced by XHdcp22Tx_Dp_CfgInitialize().

u8 XHdcp22_Tx_Dp_Timer::TimerExpired

Expiration flag set when the hardware timer has interrupted.

Referenced by XHdcp22Tx_Dp_CfgInitialize(), and XHdcp22Tx_Dp_TimerHandler().

XTmrCtr XHdcp22_Tx_Dp_Timer::TmrCtr