![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "PE_Types.h"#include "PE_Error.h"#include "PE_Const.h"#include "IO_Map.h"#include "I2C_CH1.h"#include <isf_sensor_types.h>#include <isf_fifo.h>#include <isf_accelerometer_types.h>#include "fxos8700.h"#include "fsl_fxos8700_i2cspi_6D_AccMag.h"#include "fsl_i2c_master_driver.h"#include "Cpu.h"

Go to the source code of this file.
Macros | |
| #define | FXOS8700_1_DATA_TYPE fxos8700_DataBuffer_t |
Variables | |
| fxos8700_Sensor_Specific_Settings_t | FXOS8700_1_Sensor_Specific_Config |
| This allows access to the sensor specific configuration for the target sensor. More... | |
| const isf_dsa_Adapter_t | FXOS8700_1_Adapter |
| This allows access to the sensor adapter instance for the target sensor. More... | |
| const i2c_device_t | FXOS8700_1_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
Definition in file FXOS8700_1.h.