![]() |
![]() |
The file contains routines which are MPU Device specific and need to be modified for each new device which has the MPU IP Module. More...
#include <ti/csl/soc.h>
#include <ti/csl/csl_mpu.h>
Functions | |
CSL_MpuHandle | CSL_MPU_Open (Int32 instNum) |
The file contains routines which are MPU Device specific and need to be modified for each new device which has the MPU IP Module.
CSL_MpuHandle CSL_MPU_Open | ( | Int32 | instNum | ) |
============================================================================
CSL_MPU_Open
Description
This API opens the MPU instance. This should always be the first call to the CSL MPU Functional layer. The handle which is returned from this call should be passed in all subsequent CSL API's.
Return Value
CSL_MpuHandle - Handle to the MPU Module
0 - Error.
Pre Condition
None
Post Condition
None
Affects
None.
Example
CSL_MpuHandle hMpu; ... hMpu = CSL_MPU_Open (0); // Opens MPU Instance 0 ...
===========================================================================