Hardware Abstraction Layer for FreeRTOS
|
#include <stdint.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) |