ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
fsl_mma955x_i2cspi_pedo.h File Reference
#include "isf.h"
#include "isf_sm_types.h"
#include "isf_dsa_adapter.h"
#include "isf_devmsg.h"
#include "isf_bm.h"
#include "mma955x.h"
Include dependency graph for fsl_mma955x_i2cspi_pedo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mma955x_DataBuffer_t
 This structure defines the Pedometer sample data buffer format. More...
 
struct  mma955x_PedometerNativeData_t
 This structure defines the Pedometer Native data buffer format. More...
 
struct  mma955x_DeviceDescriptor_t
 

Functions

isf_dsa_status_t fsl_mma955x_Initialize (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_mma955x_ValidateSettings (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSubSettings)
 
isf_dsa_status_t fsl_mma955x_Configure (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings)
 
isf_dsa_status_t fsl_mma955x_StartData (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_mma955x_EndData (isf_SensorHandle_t *pSensorHandle)
 
isf_dsa_status_t fsl_mma955x_Calibrate (isf_SensorHandle_t *pSensorHandle, void *pCalData)
 
isf_dsa_status_t fsl_mma955x_Shutdown (isf_SensorHandle_t *pSensorHandle)
 
void fsl_mma955x_PeriodicCallback (void *pSensorHandle)
 
isf_dsa_status_t fsl_mma955x_Convert (volatile isf_SensorHandle_t *pSensorHandle, isf_SensorDataTypes_t convertToType, isf_dsa_result_types_t resultType, void *pNativeSample, void *pConvertedSample, int32 *numBytes)
 This function converts the raw sample data to the desired output type. More...
 

Variables

isf_SensorTypes_t mma955x_SupportedSensorTypes []
 Supported sensor and data types for mma955x. More...
 
isf_SensorDataTypes_t mma955x_SupportedDataTypes []