hdcp22_tx
Vitis Drivers API Documentation
XHdcp22_Tx_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_Timer::InitialTicks

Keep track of the start value of the timer.

Referenced by XHdcp22Tx_CfgInitialize().

u8 XHdcp22_Tx_Timer::ReasonId

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

Referenced by XHdcp22Tx_CfgInitialize().

u8 XHdcp22_Tx_Timer::TimerExpired

Expiration flag set when the hardware timer has interrupted.

Referenced by XHdcp22Tx_CfgInitialize(), and XHdcp22Tx_Poll().

XTmrCtr XHdcp22_Tx_Timer::TmrCtr