![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "I2C1.h"
#include "mma955x.h"
#include "fsl_mma955x_i2cspi_pedo.h"
#include "fsl_i2c_master_driver.h"
#include "Cpu.h"
Go to the source code of this file.
Macros | |
#define | MMA955x_1_DATA_TYPE mma955x_PedometerNativeData_t |
#define | MMA955x_1_SAMPLE_OFFSET (26) |
#define | MMA955x_1_SAMPLE_SIZE (6) |
#define | MMA955x_1_CONFIG_REGISTER_READ_OFFSET (0) |
#define | MMA955x_1_CONFIG_REGISTER_SIZE (sizeof(mma955x_readConfigResponseBuffer_t)) |
#define | MMA955x_1_ACC_FLOAT_CONVERSION_FACTOR_2g (0.000061035156) |
#define | MMA955x_1_ACC_FLOAT_CONVERSION_FACTOR_4g (0.000122070312) |
#define | MMA955x_1_ACC_FLOAT_CONVERSION_FACTOR_8g (0.000244140624) |
Variables | |
mma955x_Sensor_Specific_Settings_t | MMA955x_1_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor. More... | |
const isf_dsa_Adapter_t | MMA955x_1_Adapter |
This allows access to the sensor adapter instance for the target sensor. More... | |
const i2c_device_t | MMA955x_1_DeviceInfo |
This allows access to the sensor communications specific configuration. More... | |
Definition in file MMA955x_1.h.