ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
fsl_mpu1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** This component module is generated by Processor Expert. Do not modify it.
3 ** Filename : fsl_mpu1.h
4 ** Project : ISF2P2_K64F_MQX_PROJ
5 ** Processor : MK64FN1M0VLL12
6 ** Component : fsl_mpu
7 ** Version : Component 1.2.0, Driver 01.00, CPU db: 3.00.000
8 ** Repository : KSDK 1.2.0
9 ** Compiler : GNU C Compiler
10 ** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
11 ** Contents :
12 ** MPU_DRV_Init - mpu_status_t MPU_DRV_Init(uint32_t instance,const mpu_user_config_t *...
13 ** MPU_DRV_Deinit - void MPU_DRV_Deinit(uint32_t instance);
14 ** MPU_DRV_SetRegionConfig - mpu_status_t MPU_DRV_SetRegionConfig(uint32_t instance,const...
15 ** MPU_DRV_SetRegionAddr - void MPU_DRV_SetRegionAddr(uint32_t instance,mpu_region_num_t...
16 ** MPU_DRV_SetLowMasterAccessRights - mpu_status_t MPU_DRV_SetLowMasterAccessRights(uint32_t...
17 ** MPU_DRV_SetHighMasterAccessRights - mpu_status_t MPU_DRV_SetHighMasterAccessRights(uint32_t...
18 ** MPU_DRV_SetRegionValidCmd - void MPU_DRV_SetRegionValidCmd(uint32_t instance,mpu_region_num_t...
19 ** MPU_DRV_GetDetailErrorAccessInfo - mpu_status_t MPU_DRV_GetDetailErrorAccessInfo(uint32_t...
20 **
21 ** Copyright : 1997 - 2015 Freescale Semiconductor, Inc.
22 ** All Rights Reserved.
23 **
24 ** Redistribution and use in source and binary forms, with or without modification,
25 ** are permitted provided that the following conditions are met:
26 **
27 ** o Redistributions of source code must retain the above copyright notice, this list
28 ** of conditions and the following disclaimer.
29 **
30 ** o Redistributions in binary form must reproduce the above copyright notice, this
31 ** list of conditions and the following disclaimer in the documentation and/or
32 ** other materials provided with the distribution.
33 **
34 ** o Neither the name of Freescale Semiconductor, Inc. nor the names of its
35 ** contributors may be used to endorse or promote products derived from this
36 ** software without specific prior written permission.
37 **
38 ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
39 ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
40 ** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
41 ** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
42 ** ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
43 ** (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
44 ** LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
45 ** ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46 ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
47 ** SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48 **
49 ** http: www.freescale.com
50 ** mail: support@freescale.com
51 ** ###################################################################*/
52 /*!
53 ** @file fsl_mpu1.h
54 ** @version 01.00
55 */
56 /*!
57 ** @addtogroup fsl_mpu1_module fsl_mpu1 module documentation
58 ** @{
59 */
60 #ifndef __fsl_mpu1_H
61 #define __fsl_mpu1_H
62 /* MODULE fsl_mpu1. */
63 
64 /* Include inherited beans */
65 #include "clockMan1.h"
66 #include "Cpu.h"
67 
68 /*! @brief Device instance number */
69 #define FSL_FSL_MPU1 0
70 
71 
72 #endif
73 /* ifndef __fsl_mpu1_H */
74 /*!
75 ** @}
76 */
77 /*
78 ** ###################################################################
79 **
80 ** This file was created by Processor Expert 10.5 [05.21]
81 ** for the Freescale Kinetis series of microcontrollers.
82 **
83 ** ###################################################################
84 */