ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
isf_sensor_configuration.h
Go to the documentation of this file.
1
/**
2
* @file isf_sensor_configuration.h
3
*
4
* @brief The \b isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA)
5
* sensor drivers and the external declarations of the currently supported sensor drivers.
6
*
7
* @copyright Copyright (c) 2015, Freescale Semiconductor, Inc.
8
*/
9
10
#ifndef ISF_SENSOR_CONFIGURATION_H_
11
#define ISF_SENSOR_CONFIGURATION_H_
12
#include "
isf_dsa_adapter.h
"
13
14
/*!
15
* @brief This is the external declaration of the MAG3110 magnetometer sensor adapter object.
16
*/
17
18
/*!
19
* @brief This is the enumeration of the DSA sensor driver list.
20
*/
21
typedef
enum
Sensor_sensors_en
22
{
23
DSA_Custom_1
= 0,
24
DSA_FXAS21002_1
= 1,
25
DSA_FXAS21002_2
= 2,
26
DSA_FXLC95000_1
= 3,
27
DSA_FXLC95000_2
= 4,
28
DSA_FXLS8471_1
= 5,
29
DSA_FXLS8471_2
= 6,
30
DSA_FXLS8952_1
= 7,
31
DSA_FXOS8700_1
= 8,
32
DSA_FXOS8700_2
= 9,
33
DSA_Analog_1
= 10,
34
DSA_MAG3110_1
= 11,
35
DSA_MMA8491Q_1
= 12,
36
DSA_MMA865x_1
= 13,
37
DSA_MMA955x_1
= 14,
38
DSA_MMA955x_2
= 15,
39
DSA_MPL3115_1
= 16,
40
DSA_ORIENT_1
= 17,
41
DSA_NUM_SUPPORTED_SENSORS
42
}
SensorId_t
;
43
44
#endif
/* ISF_SENSOR_CONFIGURATION_H_ */
45
Sensor_sensors_en
Sensor_sensors_en
This is the external declaration of the MAG3110 magnetometer sensor adapter object.
Definition:
isf_sensor_configuration.h:21
isf_dsa_adapter.h
DSA_MMA8491Q_1
Definition:
isf_sensor_configuration.h:35
DSA_FXLC95000_2
Definition:
isf_sensor_configuration.h:27
DSA_MMA865x_1
Definition:
isf_sensor_configuration.h:36
DSA_MMA955x_2
Definition:
isf_sensor_configuration.h:38
DSA_ORIENT_1
Definition:
isf_sensor_configuration.h:40
DSA_FXOS8700_2
Definition:
isf_sensor_configuration.h:32
DSA_FXLS8471_2
Definition:
isf_sensor_configuration.h:29
DSA_FXAS21002_1
Definition:
isf_sensor_configuration.h:24
DSA_NUM_SUPPORTED_SENSORS
Definition:
isf_sensor_configuration.h:41
DSA_FXLS8471_1
Definition:
isf_sensor_configuration.h:28
DSA_FXAS21002_2
Definition:
isf_sensor_configuration.h:25
DSA_FXOS8700_1
Definition:
isf_sensor_configuration.h:31
DSA_Custom_1
Definition:
isf_sensor_configuration.h:23
DSA_FXLC95000_1
Definition:
isf_sensor_configuration.h:26
DSA_FXLS8952_1
Definition:
isf_sensor_configuration.h:30
DSA_MMA955x_1
Definition:
isf_sensor_configuration.h:37
DSA_MAG3110_1
Definition:
isf_sensor_configuration.h:34
DSA_Analog_1
Definition:
isf_sensor_configuration.h:33
DSA_MPL3115_1
Definition:
isf_sensor_configuration.h:39
SensorId_t
enum Sensor_sensors_en SensorId_t
This is the external declaration of the MAG3110 magnetometer sensor adapter object.
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.