ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
MPL3115_1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
3 ** Filename : MPL3115_1.h
4 ** CDE edition : Community
5 ** Project : ISF_K64F_CW_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_Sensor_MPL3115_Pressure
8 ** Version : Component 01.000, Driver 01.00, CPU db: 3.00.000
9 ** Compiler : GNU C Compiler
10 ** Date/Time : 2015-03-03, 11:01, # CodeGen: 0
11 ** Abstract :
12 **
13 ** Settings :
14 ** Contents :
15 ** No public methods
16 **
17 ** For non-commercial use only.
18 (c) Copyright <company/user-name>, 2014
19 http://www.<company>.com
20 mail: info@<company>.com
21 ** ###################################################################*/
22 /*!
23 ** @file MPL3115_1.h
24 ** @version 01.00
25 ** @brief
26 **
27 */
28 /*!
29 ** @addtogroup MPL3115_1_module MPL3115_1 module documentation
30 ** @{
31 */
32 
33 #ifndef __MPL3115_1_H
34 #define __MPL3115_1_H
35 
36 /* MODULE MPL3115_1. */
37 
38 /* Include shared modules, which are used for whole project */
39 #include "PE_Types.h"
40 #include "PE_Error.h"
41 #include "PE_Const.h"
42 #include "IO_Map.h"
43 /* Include inherited components */
44 #include "I2C_CH1.h"
45 #include <isf_sensor_types.h>
46 #include <isf_fifo.h>
47 #include <isf_pressure_types.h>
48 #include "mpl3115.h"
50 #include "fsl_i2c_master_driver.h"
51 
52 
53 #include "Cpu.h"
54 
55 #define MPL3115_1_DATA_TYPE mpl3115_DataBuffer_t
56 /*!
57  * @brief This allows access to the sensor specific configuration for the target sensor.
58  *
59  */
61 /*!
62  * @brief This allows access to the sensor adapter instance for the target sensor.
63  */
65 
66 /*!
67  * @brief This allows access to the sensor communications specific configuration.
68  *
69  */
71 
72 
73 /* END MPL3115_1. */
74 
75 #endif
76 /* ifndef __MPL3115_1_H */
77 /*!
78 ** @}
79 */
80 /*
81 ** ###################################################################
82 **
83 ** This file was created by Processor Expert 10.3 [05.09]
84 ** for the Freescale Kinetis series of microcontrollers.
85 **
86 ** ###################################################################
87 */
fsl_i2c_master_driver.h defines structures and types for the i2c master driver.
Information necessary to communicate with an I2C slave device.
The isf_pressure_types.h file contains the ISF data type definitions for use with the ISF generic pre...
The isf_sensor_types.h contains the enumerated list of sensor types used by ISF.
This defines the DSA adapter structure required for static initialization of the concrete instance of...
The fsl_mpl3115_i2c_1D_press.h file contains the definitions and functions supporting the MMA8652 Sen...
The mpl3115.h contains the MPL3115 Pressure sensor register definitions, access macros, and device access functions.
const isf_dsa_Adapter_t MPL3115_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: MPL3115_1.c:79
const i2c_device_t MPL3115_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MPL3115_1.c:94
mpl3115_Sensor_Specific_Settings_t MPL3115_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: MPL3115_1.c:38