ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
FXAS21002_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 : FXAS21002_1.h
4 ** CDE edition : Standard
5 ** Project : ISF2P2_K64F_MQX_PROJ
6 ** Processor : MK64FN1M0VLL12
7 ** Component : ISF_KSDK_Sensor_FXAS21002_Gyrometer
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 : FXAS21002_1
16 ** Device Address : 0x20
17 ** Comm Channel : I2C1
18 ** Allowed Full-scale Ranges : ±250 dps (FXAS21002)
19 ** Sensor Specific Configuration : yes
20 ** CTRL_REG0 : yes
21 ** BW : 0
22 ** SPIW : 0
23 ** SEL : 0
24 ** HPF_EN : 0
25 ** FS : 3
26 ** CTRL_REG1 : yes
27 ** DR : 0
28 ** CTRL_REG3 : yes
29 ** WRAPTOONE : 0
30 ** EXTCTRLEN : 0
31 ** FS_DOUBLE : 0
32 ** Contents :
33 ** No public methods
34 **
35 ** (c) Copyright <company/user-name>, 2015,
36 http://www.<company>.com
37 mail: info@<company>.com
38 ** ###################################################################*/
39 /*!
40 ** @file FXAS21002_1.h
41 ** @version 01.00
42 ** @brief
43 **
44 */
45 /*!
46 ** @addtogroup FXAS21002_1_module FXAS21002_1 module documentation
47 ** @{
48 */
49 
50 #ifndef __FXAS21002_1_H
51 #define __FXAS21002_1_H
52 
53 /* MODULE FXAS21002_1. */
54 
55 /* Include inherited components */
56 #include "I2C1.h"
57 #include <isf_sensor_types.h>
58 #include <isf_fifo.h>
60 #include "fxas21002.h"
62 #include "fsl_i2c_master_driver.h"
63 
64 #include "Cpu.h"
65 
66 #define FXAS21002_1_DATA_TYPE fxas21002_DataBuffer_t
67 /*!
68  * @brief This allows access to the sensor specific configuration for the target sensor.
69  *
70  */
72 /*!
73  * @brief This allows access to the sensor adapter instance for the target sensor.
74  */
76 
77 
78 /*!
79  * @brief This allows access to the sensor communications specific configuration.
80  *
81  */
82 extern const i2c_device_t FXAS21002_1_DeviceInfo;
83 
84 
85 /* END FXAS21002_1. */
86 
87 #endif
88 /* ifndef __FXAS21002_1_H */
89 /*!
90 ** @}
91 */
92 /*
93 ** ###################################################################
94 **
95 ** This file was created by Processor Expert 10.5 [05.21]
96 ** for the Freescale Kinetis series of microcontrollers.
97 **
98 ** ###################################################################
99 */
const i2c_device_t FXAS21002_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXAS21002_1.c:92
The fsl_fxas21002_i2cspi_3D_gyro.h file contains the definitions and functions supporting the FXAS210...
The fxas21002.h file contains the FXAS21002 Magnetometer register definitions, access macros...
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 FXAS21002_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
Definition: FXAS21002_1.c:77
The isf_accelerometer_types.h file contains the ISF data type definitions for use with the ISF generi...
fxas21002_Sensor_Specific_Settings_t FXAS21002_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXAS21002_1.c:58