PDK Documentation
CacheP

Introduction

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...
 

Function Documentation

◆ CacheP_wb()

void CacheP_wb ( const void *  addr,
int32_t  size 
)

Function to write back cache lines.

Parameters
addrStart address of the cache line/s
sizesize (in bytes) of the memory to be written back

◆ CacheP_Inv()

void CacheP_Inv ( const void *  addr,
int32_t  size 
)

Function to invalidate cache lines.

Parameters
addrStart address of the cache line/s
sizesize (in bytes) of the memory to invalidate

◆ CacheP_wbInv()

void CacheP_wbInv ( const void *  addr,
int32_t  size 
)

Function to write back and invalidate cache lines.

Parameters
addrStart address of the cache line/s
sizesize (in bytes) of the memory to be written back and invalidate