Framework Components Application Programming Interface (API)  fc-v07
Functions | Macros
memutils.h File Reference

Detailed Description

MEMUTILS Interface Definitions - Memory and Cache related APIs.

Go to the source code of this file.

Functions

Void MEMUTILS_cacheInv (Ptr addr, Int sizeInBytes)
 Invalidate a range of cache. More...
 
Void MEMUTILS_cacheWb (Ptr addr, Int sizeInBytes)
 Write back cache. More...
 
Void MEMUTILS_cacheWbInv (Ptr addr, Int sizeInBytes)
 Write back and invalidate cache. More...
 
Void * MEMUTILS_getPhysicalAddr (Ptr addr)
 Obtain physical (hardware specific) address. More...
 

Macros

#define MEMUTILS_MODNAME   "ti.sdo.fc.memutils"
 Name used to identify the module for setting xdc.runtime.Diags masks. More...
 
Copyright 2016, Texas Instruments Incorporated