v_tpg
Vitis Drivers API Documentation
XV_tpg Struct Reference

Driver instance data. More...

Data Fields

XV_tpg_Config Config
 Hardware Configuration. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
void * CallbackDoneRef
 To be passed to the connect interrupt callback. More...
 
void * CallbackReadyRef
 
To be passed to the connect interrupt

callback More...

 

Detailed Description

Driver instance data.

An instance must be allocated for each core in use.

Field Documentation

void* XV_tpg::CallbackDoneRef

To be passed to the connect interrupt callback.

Referenced by XVTpg_InterruptHandler(), and XVTpg_SetCallback().

void* XV_tpg::CallbackReadyRef

To be passed to the connect interrupt

callback

Referenced by XVTpg_InterruptHandler(), and XVTpg_SetCallback().

XV_tpg_Config XV_tpg::Config

Hardware Configuration.

u32 XV_tpg::IsReady

Device is initialized and ready.

Referenced by XVTpg_InterruptHandler().