![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
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 | |
const isf_dsa_Adapter_t | Custom_1_Adapter |
This creates the sensor adapter instance for the target sensor. More... | |
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 [] |
typedef struct Custom_1_ConfigTable_tag Custom_1_ConfigTable_Element_t |
the structure defines the configuration table.
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.
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.
const isf_dsa_Adapter_t Custom_1_Adapter |
This creates the sensor adapter instance for the target sensor.
This allows access to the sensor adapter instance for the target sensor.
Definition at line 43 of file Custom_1.c.
const isf_dsa_Adapter_t Custom_1_Adapter |
This allows access to the sensor adapter instance for the target sensor.
This allows access to the sensor adapter instance for the target sensor.
Definition at line 43 of file Custom_1.c.
const i2c_device_t Custom_1_DeviceInfo |
This allows access to the sensor communications specific configuration.
Updated as per MMA865x device settings.
Definition at line 80 of file fsl_Sensor_Custom_1_Functions.c.
Custom_1_Sensor_Specific_Settings_t Custom_1_Sensor_Specific_Config |
This allows access to the sensor specific configuration for the target sensor.
Definition at line 62 of file fsl_Sensor_Custom_1_Functions.c.
isf_SensorDataTypes_t Custom_1_SupportedDataTypes[] |
Definition at line 92 of file fsl_Sensor_Custom_1_Functions.c.
isf_SensorTypes_t Custom_1_SupportedSensorTypes[] |
Supported sensor and data types.
Supported sensor and data types.
Definition at line 87 of file fsl_Sensor_Custom_1_Functions.c.