![]() |
PDK Documentation
|
CacheP interface
Files | |
| file | CacheP.h |
| Cache Handling routines for the RTOS Porting Interface. | |
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... | |
| void CacheP_wb | ( | const void * | addr, |
| int32_t | size | ||
| ) |
Function to write back cache lines.
| addr | Start address of the cache line/s |
| size | size (in bytes) of the memory to be written back |
| void CacheP_Inv | ( | const void * | addr, |
| int32_t | size | ||
| ) |
Function to invalidate cache lines.
| addr | Start address of the cache line/s |
| size | size (in bytes) of the memory to invalidate |
| void CacheP_wbInv | ( | const void * | addr, |
| int32_t | size | ||
| ) |
Function to write back and invalidate cache lines.
| addr | Start address of the cache line/s |
| size | size (in bytes) of the memory to be written back and invalidate |