![]() |
PDK Documentation
|
Cache Handling routines for the RTOS Porting Interface.
============================================================================
Go to the source code of this file.
Functions | |
| void | CacheP_wb (const void *addr, int32_t size) |
| Function to write back cache lines. More... | |
| void | CacheP_Inv (const void *addr, int32_t size) |
| Function to invalidate cache lines. More... | |
| void | CacheP_wbInv (const void *addr, int32_t size) |
| Function to write back and invalidate cache lines. More... | |