![]() |
vprocss
Vitis Drivers API Documentation
|
Functions | |
| void | reset_video_ips (void) |
| Resets the video IP cores by toggling the GPIO pins. More... | |
| 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.