ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
MPL3115_1.h
Go to the documentation of this file.
1 /* ###################################################################
2 ** This component module is generated by Processor Expert. Do not modify it.
3 ** Filename : MPL3115_1.h
4 ** CDE edition : Community
5 ** Project : ISF2P2_K64F_MQX_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_KSDK_Sensor_MPL3115_Pressure
8 ** Version : Component 02.500, Driver 01.00, CPU db: 3.00.000
9 ** Repository : My Components
10 ** Compiler : GNU C Compiler
11 ** Date/Time : 2016-10-06, 13:38, # CodeGen: 0
12 ** Abstract :
13 **
14 ** Settings :
15 ** Component Name : MPL3115_1
16 ** Sensor Specific Configuration : yes
17 ** BAR_IN : 50663
18 ** CTRL_REG1 : yes
19 ** OS : 0
20 ** OFF_P : 0
21 ** OFF_T : 0
22 ** Device Address : 0x60
23 ** Comm Channel : I2C1
24 ** Contents :
25 ** No public methods
26 **
27 ** For non-commercial use only.
28 (c) Copyright <company/user-name>, 2015,
29 http://www.<company>.com
30 mail: info@<company>.com
31 ** ###################################################################*/
32 /*!
33 ** @file MPL3115_1.h
34 ** @version 01.00
35 ** @brief
36 **
37 */
38 /*!
39 ** @addtogroup MPL3115_1_module MPL3115_1 module documentation
40 ** @{
41 */
42 
43 #ifndef __MPL3115_1_H
44 #define __MPL3115_1_H
45 
46 /* MODULE MPL3115_1. */
47 
48 /* Include inherited components */
49 #include "I2C1.h"
50 #include <isf_sensor_types.h>
51 #include <isf_fifo.h>
52 #include <isf_pressure_types.h>
53 #include "mpl3115.h"
55 #include "fsl_i2c_master_driver.h"
56 
57 
58 #include "Cpu.h"
59 
60 #define MPL3115_1_DATA_TYPE mpl3115_DataBuffer_t
61 /*!
62  * @brief This allows access to the sensor specific configuration for the target sensor.
63  *
64  */
66 /*!
67  * @brief This allows access to the sensor adapter instance for the target sensor.
68  */
70 
71 /*!
72  * @brief This allows access to the sensor communications specific configuration.
73  *
74  */
75 extern const i2c_device_t MPL3115_1_DeviceInfo;
76 
77 
78 /* END MPL3115_1. */
79 
80 #endif
81 /* ifndef __MPL3115_1_H */
82 /*!
83 ** @}
84 */
85 /*
86 ** ###################################################################
87 **
88 ** This file was created by Processor Expert 10.5 [05.21]
89 ** for the Freescale Kinetis series of microcontrollers.
90 **
91 ** ###################################################################
92 */
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:89
const i2c_device_t MPL3115_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MPL3115_1.c:104
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:48