![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
isf_sensors.h contains the ISF Generic Sensor definitions and data structures required when a client task accesses accelerometer sensor data via the Sensor Manager API. More...
Go to the source code of this file.
Data Structures | |
struct | DeviceDescriptor_struct |
Define the sensor device descriptor. More... | |
Typedefs | |
typedef struct DeviceDescriptor_struct | DeviceDescriptor_t |
Define the sensor device descriptor. More... | |
Enumerations | |
enum | sensor_mode_t { SENSOR_BOOT, SENSOR_STANDBY, SENSOR_READY, SENSOR_ACTIVE } |
enum | { SENSOR_STATE_UNINITIALIZED, SENSOR_STATE_INITIALIZED, SENSOR_STATE_CONFIGURED, SENSOR_STATE_STARTED } |
Define the sensor internal states. More... | |
enum | { SENSOR_ERROR_CHECKID, SENSOR_ERROR_SETMODE, SENSOR_ERROR_GETDATA } |
Define the sensor error status values. More... | |
isf_sensors.h contains the ISF Generic Sensor definitions and data structures required when a client task accesses accelerometer sensor data via the Sensor Manager API.
Definition in file isf_sensors.h.
typedef struct DeviceDescriptor_struct DeviceDescriptor_t |
Define the sensor device descriptor.
anonymous enum |
Define the sensor internal states.
Enumerator | |
---|---|
SENSOR_STATE_UNINITIALIZED | |
SENSOR_STATE_INITIALIZED | |
SENSOR_STATE_CONFIGURED | |
SENSOR_STATE_STARTED |
Definition at line 30 of file isf_sensors.h.
anonymous enum |
Define the sensor error status values.
Enumerator | |
---|---|
SENSOR_ERROR_CHECKID | |
SENSOR_ERROR_SETMODE | |
SENSOR_ERROR_GETDATA |
Definition at line 40 of file isf_sensors.h.
enum sensor_mode_t |
Enumerator | |
---|---|
SENSOR_BOOT | |
SENSOR_STANDBY | |
SENSOR_READY | |
SENSOR_ACTIVE |
Definition at line 19 of file isf_sensors.h.