v_tpg
Vitis Drivers API Documentation
|
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... | |
Driver instance data.
An instance must be allocated for each core in use.
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().