![]() |
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 "fxls8471.h"#include "fsl_fxls8471_i2cspi_3D_accel.h"#include "isf_spi_master_types.h"#include "Cpu.h"

Go to the source code of this file.
Macros | |
| #define | FXLS8471_1_DATA_TYPE fxls8471_DataBuffer_t |
Variables | |
| fxls8471_Sensor_Specific_Settings_t | FXLS8471_1_Sensor_Specific_Config |
| This allows access to the sensor specific configuration for the target sensor. More... | |
| const isf_dsa_Adapter_t | FXLS8471_1_Adapter |
| This allows access to the sensor adapter instance for the target sensor. More... | |
| const spi_master_CommSpecificInfo_t | FXLS8471_1_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
Definition in file FXLS8471_1.h.