v_gamma_lut
Vitis Drivers API Documentation
XV_gamma_lut Struct Reference

Driver instance data. More...

Data Fields

XV_gamma_lut_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_gamma_lut::CallbackDoneRef

To be passed to the connect interrupt callback.

Referenced by XVGammaLut_InterruptHandler(), and XVGammaLut_SetCallback().

void* XV_gamma_lut::CallbackReadyRef

To be passed to the connect interrupt

callback

Referenced by XVGammaLut_InterruptHandler(), and XVGammaLut_SetCallback().

XV_gamma_lut_Config XV_gamma_lut::Config

Hardware Configuration.

u32 XV_gamma_lut::IsReady

Device is initialized and ready.

Referenced by XVGammaLut_InterruptHandler().