vprocss
Vitis Drivers API Documentation
xv_procss_example.c File Reference

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.