ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
MAG3110_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 : MAG3110_1.h
4 ** CDE edition : Community
5 ** Project : ISF_K64F_CW_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_Sensor_MAG3110_Magnetometer
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 MAG3110_1.h
24 ** @version 01.00
25 ** @brief
26 **
27 */
28 /*!
29 ** @addtogroup MAG3110_1_module MAG3110_1 module documentation
30 ** @{
31 */
32 
33 #ifndef __MAG3110_1_H
34 #define __MAG3110_1_H
35 
36 /* MODULE MAG3110_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 "mag3110.h"
49 #include "fsl_mag3110_i2c_3D_mag.h"
50 #include "fsl_i2c_master_driver.h"
51 
52 
53 #include "Cpu.h"
54 
55 #define MAG3110_1_DATA_TYPE mag3110_DataBuffer_t
56 
57 /*!
58  * @brief This allows access to the sensor specific configuration for the target sensor.
59  *
60  */
62 /*!
63  * @brief This allows access to the sensor adapter instance for the target sensor.
64  */
66 
67 /*!
68  * @brief This allows access to the sensor communications specific configuration.
69  *
70  */
72 
73 
74 /* END MAG3110_1. */
75 
76 #endif
77 /* ifndef __MAG3110_1_H */
78 /*!
79 ** @}
80 */
81 /*
82 ** ###################################################################
83 **
84 ** This file was created by Processor Expert 10.3 [05.09]
85 ** for the Freescale Kinetis series of microcontrollers.
86 **
87 ** ###################################################################
88 */
const i2c_device_t MAG3110_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MAG3110_1.c:74
fsl_i2c_master_driver.h defines structures and types for the i2c master driver.
Information necessary to communicate with an I2C slave device.
The fsl_mag3110_i2c_3D_mag.h file contains the definitions and functions supporting the MAG3110 Senso...
The mag3110.h contains the MAG3110 Magnetometer register definitions, access macros, and device access functions.
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...
mag3110_Sensor_Specific_Settings_t MAG3110_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: MAG3110_1.c:38
const isf_dsa_Adapter_t MAG3110_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: MAG3110_1.c:59
The isf_accelerometer_types.h file contains the ISF data type definitions for use with the ISF generi...