![]() |
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 "fxas21002.h"
#include "fsl_fxas21002_i2cspi_3D_gyro.h"
#include "isf_spi_master_types.h"
#include "Cpu.h"
Go to the source code of this file.
Macros | |
#define | FXAS21002_2_DATA_TYPE fxas21002_DataBuffer_t |
Variables | |
fxas21002_Sensor_Specific_Settings_t | FXAS21002_2_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor. More... | |
const isf_dsa_Adapter_t | FXAS21002_2_Adapter |
This allows access to the sensor adapter instance for the target sensor. More... | |
const spi_master_CommSpecificInfo_t | FXAS21002_2_DeviceInfo |
This allows access to the sensor communications specific configuration. More... | |
Definition in file FXAS21002_2.h.