ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_sensor_configuration.c
Go to the documentation of this file.
1 /**
2  * @file isf_sensor_configuration.c
3  *
4  * @brief The \b isf_sensor_configuration.c file contains the list of Digital Sensor Abstraction (DSA)
5  * sensor drivers and static definition of individual sensor-specific settings.
6  *
7  * @copyright Copyright (c) 2015, Freescale Semiconductor, Inc.
8  */
9 
10 #include "isf_sysconf_comms.h"
12 
13 #include <Custom_1.h>
14 #include <FXAS21002_1.h>
15 #include <FXAS21002_2.h>
16 #include <FXLC95000_1.h>
17 #include <FXLC95000_2.h>
18 #include <FXLS8471_1.h>
19 #include <FXLS8471_2.h>
20 #include <FXLS8952_1.h>
21 #include <FXOS8700_1.h>
22 #include <FXOS8700_2.h>
23 #include <Analog_1.h>
24 #include <MAG3110_1.h>
25 #include <MMA8491Q_1.h>
26 #include <MMA865x_1.h>
27 #include <MMA955x_1.h>
28 #include <MMA955x_2.h>
29 #include <MPL3115_1.h>
30 #include <ORIENT_1.h>
31 
32 /*!
33  * @brief This is the global DSA sensor driver list currently supported by the Sensor Manager component.
34  * Each array element describes the sensor driver for the individual sensor located
35  * at the specified device channel and the device address.
36  */
38 { /* *pAdapter, *pSensorSpecificSettings, device channel, device info */
57 };
58 
59 /*!
60  * @brief Definition and initialization of the global variable for the total number of
61  * digital sensors currently supported by the system.
62  * \n This definition is used by the Sensor Manager and the Digital Sensor Abstraction implementation.
63  */
65 
66 /*!
67  * @brief This is the global DSA sensor driver list of the current sensor handles.
68  */
70 
71 
72 
const i2c_device_t MAG3110_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MAG3110_1.c:87
const isf_dsa_Adapter_t FXLC95000_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXLC95000_1.c:180
This file defines the system configuration for the communication channel.
unsigned char uint8
Definition: isf_types.h:76
Custom_1_Sensor_Specific_Settings_t Custom_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
const i2c_device_t FXAS21002_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXAS21002_1.c:92
const isf_dsa_Adapter_t MMA8491Q_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MMA8491Q_1.c:56
This defines the DSA sensor configuration structure defining each individual sensor adapter in the DS...
const Analog_1_device_t Analog_1_DeviceInfo
This allows access to the sensor communications specific configuration.
fxls8952_Sensor_Specific_Settings_t FXLS8952_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXLS8952_1.c:133
const isf_dsa_Adapter_t MMA865x_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MMA865x_1.c:111
const i2c_device_t MMA8491Q_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MMA8491Q_1.c:71
const isf_dsa_Adapter_t FXOS8700_2_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXOS8700_2.c:151
const i2c_device_t FXOS8700_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXOS8700_1.c:157
const spi_master_CommSpecificInfo_t FXLC95000_2_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXLC95000_2.c:214
const isf_dsa_Adapter_t Custom_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: Custom_1.c:43
const isf_dsa_Adapter_t ORIENT_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: ORIENT_1.c:88
This defines the DSA sensor device handle structure used to invoke the adapter access functions...
fxls8471_Sensor_Specific_Settings_t FXLS8471_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXLS8471_1.c:115
const i2c_device_t Custom_1_DeviceInfo
This allows access to the sensor communications specific configuration.
const spi_master_CommSpecificInfo_t FXAS21002_2_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXAS21002_2.c:112
isf_SensorHandle_t * gSensorHandleList[sizeof(gSensorList)/sizeof(isf_SensorConfig_t)]
This is the global DSA sensor driver list of the current sensor handles.
uint8 gNumSupportedSensors
Definition and initialization of the global variable for the total number of digital sensors currentl...
The isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA) senso...
const i2c_device_t FXLS8952_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXLS8952_1.c:194
mma955x_Sensor_Specific_Settings_t MMA955x_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: MMA955x_1.c:172
mma8491q_Sensor_Specific_Settings_t MMA8491Q_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: MMA8491Q_1.c:47
const spi_master_CommSpecificInfo_t FXLS8471_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXLS8471_1.c:204
const isf_dsa_Adapter_t FXAS21002_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXAS21002_1.c:77
const isf_dsa_Adapter_t FXLS8952_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXLS8952_1.c:179
const isf_dsa_Adapter_t MMA955x_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MMA955x_1.c:198
fxlc95000_Sensor_Specific_Settings_t FXLC95000_2_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXLC95000_2.c:157
const isf_dsa_Adapter_t FXOS8700_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXOS8700_1.c:142
const isf_dsa_Adapter_t FXLS8471_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXLS8471_1.c:178
const isf_dsa_Adapter_t MPL3115_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MPL3115_1.c:89
Analog_1_Sensor_Specific_Settings_t Analog_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
const i2c_device_t MMA955x_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MMA955x_1.c:213
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
const i2c_device_t MPL3115_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MPL3115_1.c:104
const isf_dsa_Adapter_t MMA955x_2_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MMA955x_2.c:204
mma955x_Sensor_Specific_Settings_t MMA955x_2_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: MMA955x_2.c:178
const i2c_device_t MMA865x_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MMA865x_1.c:126
const isf_dsa_Adapter_t FXAS21002_2_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXAS21002_2.c:86
const isf_SensorConfig_t gSensorList[]
This is the global DSA sensor driver list currently supported by the Sensor Manager component...
fsl_fusion_Sensor_Specific_Settings_t ORIENT_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: ORIENT_1.c:68
fxas21002_Sensor_Specific_Settings_t FXAS21002_2_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXAS21002_2.c:67
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:51
mma865x_Sensor_Specific_Settings_t MMA865x_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: MMA865x_1.c:70
const isf_dsa_Adapter_t FXLC95000_2_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXLC95000_2.c:188
const isf_dsa_Adapter_t MAG3110_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MAG3110_1.c:72
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
const i2c_device_t FXLC95000_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXLC95000_1.c:196
const i2c_device_t FXLS8471_2_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXLS8471_2.c:184
fxos8700_Sensor_Specific_Settings_t FXOS8700_2_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXOS8700_2.c:99
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
fxlc95000_Sensor_Specific_Settings_t FXLC95000_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXLC95000_1.c:149
const isf_dsa_Adapter_t Analog_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: Analog_1.c:47
const spi_master_CommSpecificInfo_t MMA955x_2_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MMA955x_2.c:229
const isf_dsa_Adapter_t FXLS8471_2_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXLS8471_2.c:169
const spi_master_CommSpecificInfo_t FXOS8700_2_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXOS8700_2.c:177
fxls8471_Sensor_Specific_Settings_t FXLS8471_2_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
Definition: FXLS8471_2.c:106