![]() |
v_demosaic
Vitis Drivers API Documentation
|
Driver instance data. More...
Data Fields | |
| XV_demosaic_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_demosaic::CallbackDoneRef |
To be passed to the connect interrupt callback.
Referenced by XVDemosaic_InterruptHandler(), and XVDemosaic_SetCallback().
| void* XV_demosaic::CallbackReadyRef |
To be passed to the connect interrupt
callback
Referenced by XVDemosaic_InterruptHandler(), and XVDemosaic_SetCallback().
| XV_demosaic_Config XV_demosaic::Config |
Hardware Configuration.
| u32 XV_demosaic::IsReady |
Device is initialized and ready.
Referenced by XVDemosaic_InterruptHandler().