![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
The isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA) sensor drivers and the external declarations of the currently supported sensor drivers. More...
#include "isf_dsa_adapter.h"
Go to the source code of this file.
Typedefs | |
typedef enum Sensor_sensors_en | SensorId_t |
This is the external declaration of the MAG3110 magnetometer sensor adapter object. More... | |
Enumerations | |
enum | Sensor_sensors_en { DSA_MAG3110_1 = 0, DSA_FXOS8700_1 = 1, DSA_FXAS21002_1 = 2, DSA_ORIENT_1 = 3, DSA_FXLS8471_1 = 4, DSA_MPL3115_1 = 5, DSA_MMA865x_1 = 6, DSA_NUM_SUPPORTED_SENSORS } |
This is the external declaration of the MAG3110 magnetometer sensor adapter object. More... | |
The isf_sensor_configuration.h contains the enumerated list of Digital Sensor Abstraction (DSA) sensor drivers and the external declarations of the currently supported sensor drivers.
Definition in file isf_sensor_configuration.h.
typedef enum Sensor_sensors_en SensorId_t |
This is the external declaration of the MAG3110 magnetometer sensor adapter object.
This is the enumeration of the DSA sensor driver list.
enum Sensor_sensors_en |
This is the external declaration of the MAG3110 magnetometer sensor adapter object.
This is the enumeration of the DSA sensor driver list.
Enumerator | |
---|---|
DSA_MAG3110_1 | |
DSA_FXOS8700_1 | |
DSA_FXAS21002_1 | |
DSA_ORIENT_1 | |
DSA_FXLS8471_1 | |
DSA_MPL3115_1 | |
DSA_MMA865x_1 | |
DSA_NUM_SUPPORTED_SENSORS |
Definition at line 21 of file isf_sensor_configuration.h.