![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "FXLS8471_1.h"#include "isf_target.h"#include "isf.h"#include "isf_spi_master_types.h"#include "isf_util.h"#include "GPIO1.h"
Go to the source code of this file.
Macros | |
| #define | FSL_SENSOR_SPI_CMD_LENG 0x2 |
Functions | |
| isf_status_t | fsl_veryon_spi_slave_init (void) |
| isf_status_t | fsl_veryon_spi_slave_write_preprocess (void *pCmdOut, uint32 offset, uint32 size, void *pWritebuffer) |
| isf_status_t | fsl_veryon_spi_slave_write_postprocess (void *pCmdOut) |
| isf_status_t | fsl_veryon_spi_slave_read_preprocess (void *pCmdOut, uint32 offset, uint32 size) |
| isf_status_t | fsl_veryon_spi_slave_read_postprocess (void *pCmdOut, void *pDataOut) |
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 creates the sensor adapter instance for the target sensor. More... | |
| spi_master_slaveInfo_t | fsl_spi_sensor_type |
| const spi_master_CommSpecificInfo_t | FXLS8471_1_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
Definition in file FXLS8471_1.c.