ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
mma955x_DataBuffer_t Struct Reference

This structure defines the Pedometer sample data buffer format. More...

#include <fsl_mma955x_i2cspi_pedo.h>

Collaboration diagram for mma955x_DataBuffer_t:
Collaboration graph

Data Fields

uint32 timeStamp
 
int16 accel [3]
 
int16 temp
 
mma955x_PedometerData_t pedometerData
 

Detailed Description

This structure defines the Pedometer sample data buffer format.

Definition at line 28 of file fsl_mma955x_i2cspi_pedo.h.

Field Documentation

int16 accel[3]

The accelerometer data.

Definition at line 30 of file fsl_mma955x_i2cspi_pedo.h.

Referenced by fsl_mma955x_PeriodicCallback().

mma955x_PedometerData_t pedometerData

The pedometer native data.

Definition at line 32 of file fsl_mma955x_i2cspi_pedo.h.

Referenced by fsl_mma955x_PeriodicCallback().

int16 temp

The temperature data.

Definition at line 31 of file fsl_mma955x_i2cspi_pedo.h.

uint32 timeStamp

The time stamp for the data packet.

Definition at line 29 of file fsl_mma955x_i2cspi_pedo.h.

Referenced by fsl_mma955x_PeriodicCallback().


The documentation for this struct was generated from the following file: