Defines
Fault Management OSAL API
Fault Management

Defines

#define Fault_Mgmt_osalEndMemAccess   Osal_fault_mgmtEndMemAccess
 The macro is used by the Fault Management module to indicate that the shared memory access is complete. If the memory block is cached then the implementation should writeback the cache contents to ensure that the cache and the memory are in sync with each other.

Define Documentation

#define Fault_Mgmt_osalEndMemAccess   Osal_fault_mgmtEndMemAccess

The macro is used by the Fault Management module to indicate that the shared memory access is complete. If the memory block is cached then the implementation should writeback the cache contents to ensure that the cache and the memory are in sync with each other.

Prototype: The following is the C prototype for the expected OSAL API.

       void  Osal_fault_mgmtEndMemAccess(void* ptr, uint32_t size)
    

Parameter
ptr - Pointer to the memory
size - Size of the memory

Return Value
None


Copyright 2014, Texas Instruments Incorporated