ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
FXOS8700_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 : FXOS8700_1.h
4 ** CDE edition : Community
5 ** Project : ISF2P2_K64F_MQX_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_KSDK_Sensor_FXOS8700_ECompass
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 : FXOS8700_1
16 ** Device Address : 0x1E
17 ** Comm Channel : I2C1
18 ** Allowed Full-scale Ranges : ±0.244 mg/LSB
19 ** Sensor Specific Configuration : yes
20 ** XYZ_DATA_CFG : yes
21 ** HPF_OUT : 0
22 ** FS : 0
23 ** HP_FILTER_CUTOFF : yes
24 ** PULSE_HPF_BYP : 0
25 ** PULSE_LPF_EN : 0
26 ** SEL : 0
27 ** PL_CFG : yes
28 ** DBCNTM : 1
29 ** PL_EN : 0
30 ** PL_COUNT : 0
31 ** PL_BF_ZCOMP : yes
32 ** BKFR : 2
33 ** ZLOCK : 4
34 ** PL_THS_REG : yes
35 ** PL_THS : 16
36 ** HYS : 4
37 ** FF_MT_CFG : yes
38 ** ELE : 0
39 ** OAE : 0
40 ** ZEFE : 0
41 ** YEFE : 0
42 ** XEFE : 0
43 ** FF_MT_THS : yes
44 ** DBCNTM : 0
45 ** THS : 0
46 ** FF_MT_COUNT : 0
47 ** M_OFF_X : 0
48 ** M_OFF_Y : 0
49 ** M_OFF_Z : 0
50 ** ASLP_COUNT : 0
51 ** CTRL_REG1 : yes
52 ** ASLP_RATE : 0
53 ** DR : 1
54 ** LNOISE : 0
55 ** CTRL_REG2 : yes
56 ** SMODS : 0
57 ** SLPE : 0
58 ** MODS : 0
59 ** M_CTRL_REG1 : yes
60 ** M_ACAL : 0
61 ** M_HMS : 0
62 ** M_CTRL_REG3 : yes
63 ** M_RAW : 0
64 ** M_ASLP_OS : 0
65 ** M_THS_XYZ_UPDATE : 0
66 ** Contents :
67 ** No public methods
68 **
69 ** For non-commercial use only.
70 (c) Copyright <company/user-name>, 2015,
71 http://www.<company>.com
72 mail: info@<company>.com
73 ** ###################################################################*/
74 /*!
75 ** @file FXOS8700_1.h
76 ** @version 01.00
77 ** @brief
78 **
79 */
80 /*!
81 ** @addtogroup FXOS8700_1_module FXOS8700_1 module documentation
82 ** @{
83 */
84 
85 #ifndef __FXOS8700_1_H
86 #define __FXOS8700_1_H
87 
88 /* MODULE FXOS8700_1. */
89 
90 /* Include inherited components */
91 #include "I2C1.h"
92 #include <isf_sensor_types.h>
93 #include <isf_fifo.h>
95 #include "isf_util.h"
96 #include "fxos8700.h"
98 #include "fsl_i2c_master_driver.h"
99 
100 #include "Cpu.h"
101 
102 #define FXOS8700_1_DATA_TYPE fxos8700_DataBuffer_t
103 /*!
104  * @brief This allows access to the sensor specific configuration for the target sensor.
105  *
106  */
108 /*!
109  * @brief This allows access to the sensor adapter instance for the target sensor.
110  */
112 
113 /*!
114  * @brief This allows access to the sensor communications specific configuration.
115  *
116  */
117 
118 
119 /*!
120  * @brief This allows access to the sensor communications specific configuration.
121  *
122  */
123 extern const i2c_device_t FXOS8700_1_DeviceInfo;
124 
125 
126 /* END FXOS8700_1. */
127 
128 #endif
129 /* ifndef __FXOS8700_1_H */
130 /*!
131 ** @}
132 */
133 /*
134 ** ###################################################################
135 **
136 ** This file was created by Processor Expert 10.5 [05.21]
137 ** for the Freescale Kinetis series of microcontrollers.
138 **
139 ** ###################################################################
140 */
const i2c_device_t FXOS8700_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXOS8700_1.c:157
The fxos8700.h file describes the FXOS8700 register definition and its bit mask.
The isf_sensor_types.h contains the enumerated list of sensor types used by ISF.
The isf_util.h file contains the utility method declarations and macros.
This defines the DSA adapter structure required for static initialization of the concrete instance of...
const isf_dsa_Adapter_t FXOS8700_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: FXOS8700_1.c:142
fxos8700_Sensor_Specific_Settings_t FXOS8700_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXOS8700_1.c:90
The fsl_fxos8700_i2cspi_6D_AccMag.h file contains the definitions and functions supporting the FXOS87...
The isf_accelerometer_types.h file contains the ISF data type definitions for use with the ISF generi...