![]() |
v_warp_init
Vitis Drivers API Documentation
|
Functions | |
| void | XVWarpInit_SetCallback (XV_warp_init *InstancePtr, void *CallbackFunc, void *CallbackRef) |
| This function installs an asynchronous callback function: More... | |
| void | XVWarpInit_IntrHandler (void *InstancePtr) |
| This function is the interrupt handler for the GenerateRemapVector core driver. More... | |
| void XVWarpInit_IntrHandler | ( | void * | InstancePtr | ) |
This function is the interrupt handler for the GenerateRemapVector core driver.
This handler clears the pending interrupt and determines if the source is frame done signal. If yes, calls the registered callback function.
The application is responsible for connecting this function to the interrupt system.
| InstancePtr | is a pointer to the core instance that just interrupted. |
| void XVWarpInit_SetCallback | ( | XV_warp_init * | InstancePtr, |
| void * | CallbackFunc, | ||
| void * | CallbackRef | ||
| ) |
This function installs an asynchronous callback function:
| InstancePtr | is a pointer to the v_warp_init IP instance. |
| CallbackFunc | is the address of the callback function. |
| CallbackRef | is a user data item that will be passed to the callback function when it is invoked. |