ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_sensor_configuration.c File Reference

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>
Include dependency graph for isf_sensor_configuration.c:

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_tgSensorHandleList [sizeof(gSensorList)/sizeof(isf_SensorConfig_t)]
 This is the global DSA sensor driver list of the current sensor handles. More...
 

Detailed Description

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.

Variable Documentation

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[]
Initial value:
=
{
}
const i2c_device_t MAG3110_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MAG3110_1.c:74
const i2c_device_t FXAS21002_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXAS21002_1.c:69
const isf_dsa_Adapter_t MMA865x_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MMA865x_1.c:79
const i2c_device_t FXOS8700_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXOS8700_1.c:103
const isf_dsa_Adapter_t ORIENT_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: ORIENT_1.c:61
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:48
const spi_master_CommSpecificInfo_t FXLS8471_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: FXLS8471_1.c:136
const isf_dsa_Adapter_t FXAS21002_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXAS21002_1.c:54
const isf_dsa_Adapter_t FXOS8700_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXOS8700_1.c:88
const isf_dsa_Adapter_t FXLS8471_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: FXLS8471_1.c:111
const isf_dsa_Adapter_t MPL3115_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MPL3115_1.c:79
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:37
const i2c_device_t MPL3115_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MPL3115_1.c:94
const i2c_device_t MMA865x_1_DeviceInfo
This allows access to the sensor communications specific configuration.
Definition: MMA865x_1.c:94
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:39
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:38
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:38
const isf_dsa_Adapter_t MAG3110_1_Adapter
This creates the sensor adapter instance for the target sensor.
Definition: MAG3110_1.c:59
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:38
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:36

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.