![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This is user's event module. Put your event handler code here. More...
#include "Cpu.h"#include "Events.h"#include "rtos_main_task.h"#include "os_tasks.h"#include "App1_Functions.h"#include "BasicApp1_Functions.h"#include "fsl_Sensor_Custom_1_Functions.h"#include "fsl_Sensor_Analog_1_Functions.h"
Go to the source code of this file.
Data Structures | |
| struct | AnalogVoltagetoOutputConvTable_t |
Macros | |
| #define | Analog_1_CONVERT_FLOAT_FACTOR (1.0F/32767.0F) |
| #define | Analog_1_CONVERT_FIXED_FACTOR (32767) |
| #define | NUM_MESSAGES 64 |
| #define | MSG_SIZE 1 |
Variables | |
| uint8_t | sensorType = 0 |
| uint8_t | numGpios = 1 |
| uint8_t | configuredADCh = 1 |
| uint32_t | operating_mode |
| const Analog_1_device_t | Analog_1_DeviceInfo |
| This allows access to the sensor communications specific configuration. More... | |
| Analog_1_Sensor_Specific_Settings_t | Analog_1_Sensor_Specific_Config |
| This allows access to the sensor specific configuration for the target sensor. More... | |
| isf_SensorTypes_t | Analog_1_SupportedSensorTypes [] |
| Supported sensor and data types for the Sensor. More... | |
| isf_SensorDataTypes_t | Analog_1_SupportedDataTypes [] |
This is user's event module. Put your event handler code here.
Definition in file fsl_Sensor_Analog_1_Functions.c.