![]() |
ISF
1.1
Intelligent Sensing Framework
|
The isf_sensor_configuration.c file contains the list of Digital Sensor Abstraction (DSA) sensor adapters and static definition of individual sensor-specific settings. More...
#include "isf_sysconf_comms.h"
#include <fsl_mag3110_i2c_3D_mag_config_types.h>
#include <isf_sensor_configuration.h>
Go to the source code of this file.
Variables | |
SensorConfig_t | gSensorList [] |
This is the global DSA sensor adapter list currently supported by the Sensor Manager component. Each array element describes the sensor adapter for the individual sensor located at the specified device channel and the device address. | |
uint8 | gNumSupportedSensors = sizeof(gSensorList)/sizeof(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. |
The isf_sensor_configuration.c file contains the list of Digital Sensor Abstraction (DSA) sensor adapters and static definition of individual sensor-specific settings.
Definition in file isf_sensor_configuration.c.
uint8 gNumSupportedSensors = sizeof(gSensorList)/sizeof(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.
Definition at line 35 of file isf_sensor_configuration.c.
{ {&fsl_fxlc95000_mmap_3D_accel_adapter, NULL, NULL, INTERNAL_CHAN, 0xFFFEC4 }, {&fsl_mag3110_i2c_3D_mag_adapter, NULL, &mag3110SpecificSettings, I2C_MASTER1, 0x0E }, }
This is the global DSA sensor adapter list currently supported by the Sensor Manager component. Each array element describes the sensor adapter for the individual sensor located at the specified device channel and the device address.
Definition at line 24 of file isf_sensor_configuration.c.