vprocss
Vitis Drivers API Documentation
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
xv_procss_example.c File Reference
#include <stdio.h>
#include "xil_cache.h"
#include "xparameters.h"
#include "system.h"
#include "xvprocss_vdma.h"

Functions

void reset_video_ips (void)
 Resets the video IP cores by toggling the GPIO pins. More...
 

Function Documentation

void reset_video_ips ( void  )

Resets the video IP cores by toggling the GPIO pins.

This function performs a reset sequence on the video IPs by writing specific values to the GPIO base address. The sequence involves setting the GPIO pins high, waiting for a short delay, setting them low, waiting again, and then setting them high once more. After the reset sequence, a message is printed to indicate completion.

Note: The delay is implemented using a simple for-loop and may not be precise.