![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "FXAS21002_2.h"#include "isf_target.h"#include "isf.h"#include "isf_util.h"#include "isf_spi_master_types.h"#include "SensorReset.h"
Go to the source code of this file.
Macros | |
| #define | FSL_SENSOR_SPI_CMD_LENG 0x1 |
Functions | |
| isf_status_t | fsl_leon_spi_slave_init (void) |
| isf_status_t | fsl_leon_spi_slave_write_preprocess (void *pCmdOut, uint32 offset, uint32 size, void *pWritebuffer) |
| isf_status_t | fsl_leon_spi_slave_write_postprocess (void *pCmdOut) |
| isf_status_t | fsl_leon_spi_slave_read_preprocess (void *pCmdOut, uint32 offset, uint32 size) |
| isf_status_t | fsl_leon_spi_slave_read_postprocess (void *pCmdOut, void *pDataOut) |
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 creates the sensor adapter instance for the target sensor. More... | |
| spi_master_slaveInfo_t | fsl_spi_sensor_type_FXAS21002_2 |
| const spi_master_CommSpecificInfo_t | FXAS21002_2_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
Definition in file FXAS21002_2.c.