ttcps
Vitis Drivers API Documentation
XTtcPs Struct Reference

The XTtcPs driver instance data. More...

Data Fields

XTtcPs_Config Config
 Configuration structure. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
void * StatusRef
 Callback reference for status handler. More...
 

Detailed Description

The XTtcPs driver instance data.

The user is required to allocate a variable of this type for each PS timer/counter device in the system. A pointer to a variable of this type is then passed to various driver API functions.

Field Documentation

void* XTtcPs::StatusRef

Callback reference for status handler.

Referenced by XTtcPs_InterruptHandler(), and XTtcPs_SetStatusHandler().