![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
The fsl_mma865x_i2c_3D_accel.h file contains the definitions and functions supporting the MMA865x 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 | mma865x_Specific_Settings_t |
This structure defines important settings. More... | |
struct | mma865x_DataBuffer_t |
This structure defines the dummy DSA data buffer format. More... | |
Enumerations | |
enum | { FSL_MMA865x_ACCEL_800HZ = 1250, FSL_MMA865x_ACCEL_400HZ = 2500, FSL_MMA865x_ACCEL_200HZ = 5000, FSL_MMA865x_ACCEL_100HZ = 10000, FSL_MMA865x_ACCEL_50HZ = 20000, FSL_MMA865x_ACCEL_12p5HZ = 80000, FSL_MMA865x_ACCEL_6p25HZ = 160000, FSL_MMA865x_ACCEL_1p56HZ = 640000 } |
This enumerator describes the available sample rates for the MM865X family of accelerometers. More... | |
enum | { FSL_MMA865x_ACCEL_DATA_FULL = 0, FSL_MMA865x_ACCEL_DATA_8BIT = 1 } |
This enumerator describes the available output resolutions for the MM865X family of accelerometers. More... | |
enum | { FSL_MMA865x_ACCEL_SCALE_2G = 0, FSL_MMA865x_ACCEL_SCALE_4G = 1, FSL_MMA865x_ACCEL_SCALE_8G = 2 } |
This enumerator describes the available acceleration ranges for the MM865X family of accelerometers. More... | |
Variables | |
isf_SensorTypes_t | mma865x_SupportedSensorTypes [] |
Supported sensor and data types for MMA865x. More... | |
isf_SensorDataTypes_t | mma865x_SupportedDataTypes [] |
The fsl_mma865x_i2c_3D_accel.h file contains the definitions and functions supporting the MMA865x Sensor adapter header file.
Definition in file fsl_mma865x_i2c_3D_accel.h.