![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "SPI1.h"#include "SensorReset.h"#include <isf_sensor_types.h>#include <isf_fifo.h>#include <isf_accelerometer_types.h>#include "isf_util.h"#include "fxos8700.h"#include "fsl_fxos8700_i2cspi_6D_AccMag.h"#include "isf_spi_master_types.h"#include "Cpu.h"

Go to the source code of this file.
Macros | |
| #define | FXOS8700_2_DATA_TYPE fxos8700_DataBuffer_t |
Variables | |
| fxos8700_Sensor_Specific_Settings_t | FXOS8700_2_Sensor_Specific_Config |
| This allows access to the sensor specific configuration for the target sensor. More... | |
| const isf_dsa_Adapter_t | FXOS8700_2_Adapter |
| This allows access to the sensor adapter instance for the target sensor. More... | |
| const spi_master_CommSpecificInfo_t | FXOS8700_2_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
Definition in file FXOS8700_2.h.