ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FXOS8700_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 : FXOS8700_1.h
4 ** CDE edition : Community
5 ** Project : ISF_K64F_CW_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_Sensor_FXOS8700_ECompass
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 FXOS8700_1.h
24 ** @version 01.00
25 ** @brief
26 **
27 */
28 /*!
29 ** @addtogroup FXOS8700_1_module FXOS8700_1 module documentation
30 ** @{
31 */
32 
33 #ifndef __FXOS8700_1_H
34 #define __FXOS8700_1_H
35 
36 /* MODULE FXOS8700_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>
48 #include "fxos8700.h"
50 #include "fsl_i2c_master_driver.h"
51 
52 
53 #include "Cpu.h"
54 
55 #define FXOS8700_1_DATA_TYPE fxos8700_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 FXOS8700_1. */
74 
75 #endif
76 /* ifndef __FXOS8700_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.
const i2c_device_t FXOS8700_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXOS8700_1.c:103
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.
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:88
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:37
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...