46 #include "fsl_i2c_master_driver.h"
50 #define MMA955x_1_DATA_TYPE mma955x_PedometerNativeData_t
51 #define MMA955x_1_SAMPLE_OFFSET (26)
52 #define MMA955x_1_SAMPLE_SIZE (6)
53 #define MMA955x_1_CONFIG_REGISTER_READ_OFFSET (0)
54 #define MMA955x_1_CONFIG_REGISTER_SIZE (sizeof(mma955x_readConfigResponseBuffer_t))
57 #define MMA955x_1_ACC_FLOAT_CONVERSION_FACTOR_2g (0.000061035156)
58 #define MMA955x_1_ACC_FLOAT_CONVERSION_FACTOR_4g (0.000122070312)
59 #define MMA955x_1_ACC_FLOAT_CONVERSION_FACTOR_8g (0.000244140624)
mma955x_Sensor_Specific_Settings_t MMA955x_1_Sensor_Specific_Config
This allows access to the sensor specific configuration for the target sensor.
This defines the DSA adapter structure required for static initialization of the concrete instance of...
const isf_dsa_Adapter_t MMA955x_1_Adapter
This allows access to the sensor adapter instance for the target sensor.
const i2c_device_t MMA955x_1_DeviceInfo
This allows access to the sensor communications specific configuration.
The mma955x.h contains the mma955x Intelligent Sensor register definitions, access macros...