![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "Cpu.h"
#include "fusion_config.h"
#include "fusion_types.h"
#include "fusion_exec.h"
#include "isf_sm_types.h"
#include "isf_sensor_base_types.h"
#include "isf_dsa_adapter.h"
#include "magnetic.h"
Go to the source code of this file.
Data Structures | |
struct | fsl_orientation_DataBuffer_t |
struct | fsl_fusion_Sensor_Specific_Settings_t |
struct | fsl_fusion_DeviceDescriptor_t |
Functions | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_Initialize (isf_SensorHandle_t *pSensorHandle) |
This is the concrete implementation of the orientation sensor adapter initialization. More... | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_ValidateSettings (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSubSettings) |
This is the concrete implementation of the orientation sensor adapter for validating current settings. More... | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_Configure (isf_SensorHandle_t *pSensorHandle, isf_dsa_SensorSettings_t *pSensorSettings) |
This is the concrete implementation of the fusion sensor adapter configuration function. More... | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_StartData (isf_SensorHandle_t *pSensorHandle) |
This is the concrete implementation of the orientation sensor adapter for start Data. More... | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_EndData (isf_SensorHandle_t *pSensorHandle) |
This is the concrete implementation of the orientation sensor adapter for End Data. More... | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_Calibrate (isf_SensorHandle_t *pSensorHandle, void *pCalData) |
This is the concrete implementation of the orientation sensor adapter for calibration . More... | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_Shutdown (isf_SensorHandle_t *pSensorHandle) |
This is the concrete implementation of the orientation sensor adapter for shutdown . More... | |
void | fsl_fusion_virt_3D_orient_PeriodicCallback (void *pSensorHandle) |
The orientation sensor adapter's periodic processing function. More... | |
isf_dsa_status_t | fsl_fusion_virt_3D_orient_Convert (volatile isf_SensorHandle_t *pSensorHandle, isf_SensorDataTypes_t convertToType, isf_dsa_result_types_t resultType, void *pNativeSample, void *pConvertedSample, int32 *numBytes) |
This function coverts the raw sample data to the desired output type. More... | |
void | fsl_MagCal_task (uint32_t task_init_data) |
void | fsl_fusion_task (uint32_t task_init_data) |
Variables | |
isf_SensorTypes_t | fsl_fusion_SupportedSensorTypes [] |
Supported sensor and data types for MMA8652. More... | |
isf_SensorDataTypes_t | fsl_fusion_SupportedDataTypes [] |
File: fsl_fusion_virt_3D_orient.c
Copyright (c) 2015, Freescale Semiconductor, Inc.
/* ################################################################### THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. Filename : fsl_fusion_virt_3D_orient.h CDE edition : Standard Project : Round2_KL25Z_PEX_Project Processor : MKL25Z128VLK4 Component : ISFDSA Version : Component 01.000, Driver 01.00, CPU db: 3.00.000 Compiler : GNU C Compiler Abstract :
Settings : Contents : PeriodicCallback - Calibrate - EndData - StartData - Configure - ValidateSettings - Initialize -
Definition in file fsl_fusion_virt_3D_orient.h.