v_frmbuf_rd
Vitis Drivers API Documentation
platform.h File Reference

Functions

void init_platform ()
 Initializes the platform hardware and peripherals. More...
 
void cleanup_platform ()
 Cleans up the platform by disabling CPU caches. More...
 

Function Documentation

void cleanup_platform ( )

Cleans up the platform by disabling CPU caches.

This function is typically called during the shutdown or cleanup phase of an embedded application to ensure that all CPU caches are properly disabled before exiting or resetting the system.

References disable_caches().

void init_platform ( )

Initializes the platform hardware and peripherals.

This function performs platform-specific initialization steps, such as enabling processor caches and initializing the UART for standard output. If running outside of the SDK, PS7 initialization can be enabled by uncommenting the relevant lines and including the required files.

References enable_caches(), and init_uart().

Referenced by main().