Hardware Abstraction Layer for FreeRTOS
cache.h File Reference
#include <stdint.h>
Include dependency graph for cache.h:

Go to the source code of this file.

Functions

int32_t cache_init ()
 
int32_t cache_flushDataAll ()
 
int32_t cache_flushData (uint32_t *addr, uint32_t size)
 
int32_t cache_invalidDataAll ()
 
int32_t cache_invalidData (uint32_t *addr, uint32_t size)