![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
The fsl_mpl3115_i2c_1D_press.h file contains the definitions and functions supporting the MMA8652 Sensor adapter header file. More...
#include "PE_Types.h"#include "PE_Error.h"#include "PE_Const.h"#include "IO_Map.h"#include "Cpu.h"#include "isf_sm_types.h"#include "isf_dsa_adapter.h"

Go to the source code of this file.
Data Structures | |
| struct | mpl3115_Specific_Settings_t |
| This structure defines important settings. More... | |
| struct | mpl3115_DataBuffer_t |
| This structure defines the dummy DSA data buffer format. More... | |
Enumerations | |
| enum | { FSL_MPL3115_ACCEL_800HZ = 1250, FSL_MPL3115_ACCEL_400HZ = 2500, FSL_MPL3115_ACCEL_200HZ = 5000, FSL_MPL3115_ACCEL_100HZ = 10000, FSL_MPL3115_ACCEL_50HZ = 20000, FSL_MPL3115_ACCEL_12p5HZ = 80000, FSL_MPL3115_ACCEL_6p25HZ = 160000, FSL_MPL3115_ACCEL_1p56HZ = 640000 } |
| This enumerator describes the available sample rates for the MPL3115 accelerometer. More... | |
| enum | { FSL_MPL3115_ACCEL_SCALE_2G = 0, FSL_MPL3115_ACCEL_SCALE_4G = 1, FSL_MPL3115_ACCEL_SCALE_8G = 2 } |
| This enumerator describes the available acceleration ranges for the MM865X family of accelerometers. More... | |
Variables | |
| isf_SensorTypes_t | mpl3115_SupportedSensorTypes [] |
| Supported sensor and data types for MPL3115. More... | |
| isf_SensorDataTypes_t | mpl3115_SupportedDataTypes [] |
The fsl_mpl3115_i2c_1D_press.h file contains the definitions and functions supporting the MMA8652 Sensor adapter header file.
Definition in file fsl_mpl3115_i2c_1D_press.h.