![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
#include "I2C1.h"
#include "isf_devmsg.h"
#include "isf_dsa_adapter.h"
#include "isf_sensor_types.h"
#include "isf_sensor_base_types.h"
#include "fsl_i2c_master_driver.h"
#include "fsl_Sensor_Custom_1_Functions.h"
#include "Cpu.h"
Go to the source code of this file.
Data Structures | |
struct | Custom_1_ConfigTable_tag |
the structure defines the configuration table. More... | |
Typedefs | |
typedef struct Custom_1_ConfigTable_tag | Custom_1_ConfigTable_Element_t |
the structure defines the configuration table. More... | |
Functions | |
Custom_1_Status_t | Custom_1_device_check_whoami (dm_DeviceDescriptor_t *pDeviceHandle, uint8 whoami) |
Local function declaration for validating the Device ID using the "WHOAMI" command. More... | |
Custom_1_Status_t | Custom_1_device_wait_for_active (dm_DeviceDescriptor_t *pDeviceHandle) |
Local function declaration for handling the wait state during device activation. More... | |
Variables | |
Custom_1_Sensor_Specific_Settings_t | Custom_1_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor. More... | |
const isf_dsa_Adapter_t | Custom_1_Adapter |
This allows access to the sensor adapter instance for the target sensor. More... | |
const i2c_device_t | Custom_1_DeviceInfo |
This allows access to the sensor communications specific configuration. More... | |
isf_SensorTypes_t | Custom_1_SupportedSensorTypes [] |
Supported sensor and data types. More... | |
isf_SensorDataTypes_t | Custom_1_SupportedDataTypes [] |
Definition in file Custom_1.h.