![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
The isf_sensor_configuration.c file contains the list of Digital Sensor Abstraction (DSA) sensor drivers and static definition of individual sensor-specific settings. More...
#include "isf_sysconf_comms.h"
#include <isf_sensor_configuration.h>
#include <MAG3110_1.h>
#include <FXOS8700_1.h>
#include <FXAS21002_1.h>
#include <ORIENT_1.h>
#include <FXLS8471_1.h>
#include <MPL3115_1.h>
#include <MMA865x_1.h>
Go to the source code of this file.
Variables | |
const isf_SensorConfig_t | gSensorList [] |
This is the global DSA sensor driver list currently supported by the Sensor Manager component. Each array element describes the sensor driver for the individual sensor located at the specified device channel and the device address. More... | |
uint8 | gNumSupportedSensors = sizeof(gSensorList)/sizeof(isf_SensorConfig_t) |
Definition and initialization of the global variable for the total number of digital sensors currently supported by the system. This definition is used by the Sensor Manager and the Digital Sensor Abstraction implementation. More... | |
isf_SensorHandle_t * | gSensorHandleList [sizeof(gSensorList)/sizeof(isf_SensorConfig_t)] |
This is the global DSA sensor driver list of the current sensor handles. More... | |
The isf_sensor_configuration.c file contains the list of Digital Sensor Abstraction (DSA) sensor drivers and static definition of individual sensor-specific settings.
Definition in file isf_sensor_configuration.c.
uint8 gNumSupportedSensors = sizeof(gSensorList)/sizeof(isf_SensorConfig_t) |
Definition and initialization of the global variable for the total number of digital sensors currently supported by the system.
This definition is used by the Sensor Manager and the Digital Sensor Abstraction implementation.
This is the external declaration of the current number of supported sensors. This is used by the Sensor Manager component.
This is the external declaration of the current number of available sensors.
Definition at line 42 of file isf_sensor_configuration.c.
isf_SensorHandle_t* gSensorHandleList[sizeof(gSensorList)/sizeof(isf_SensorConfig_t)] |
This is the global DSA sensor driver list of the current sensor handles.
This is the external declaration of the DSA sensor handle list array containing the sensor adapters and device specific information.
Definition at line 47 of file isf_sensor_configuration.c.
const isf_SensorConfig_t gSensorList[] |
This is the global DSA sensor driver list currently supported by the Sensor Manager component. Each array element describes the sensor driver for the individual sensor located at the specified device channel and the device address.
This is the external declaration of the DSA sensor list array containing the sensor adapters and sensor hardware mapping information.
Definition at line 26 of file isf_sensor_configuration.c.