![]() |
ISF
1.1
Intelligent Sensing Framework
|
The isf_user_config.h file contains the user configurable settings to either include or exclude an ISF component. More...
Go to the source code of this file.
Defines | |
#define | ISF_COMPONENT_SM (1) |
When ISF_COMPONENT_SM is defined as 1, the Sensor Manager component is linked to the user application. | |
#define | ISF_COMPONENT_CI (1) |
When ISF_COMPONENT_CI is defined as 1, the Command Interpreter component is linked to the user application. | |
#define | ISF_COMPONENT_I2C (1) |
When ISF_COMPONENT_I2C is defined as 1, the I2C component code is compiled. Note: The component must be recompiled when this setting is changed. | |
#define | DEVICE_HAS_I2C_CHANNELS (1) |
#define | ISF_COMPONENT_DEVMSG (1) |
When defined as 1, the Device Messaging component code will compiled. The component must be recompiled when this setting is changed. | |
#define | ISF_COMPONENT_BM (1) |
When ISF_COMPONENT_BM is defined as 1, the Bus Mangement component code is compiled. Note: The component must be recompiled when this setting is changed. | |
#define | ISF_COMPONENT_PM (1) |
When defined as 1, the Power Management component code will compiled. The component must be recompiled when this setting is changed. |
The isf_user_config.h file contains the user configurable settings to either include or exclude an ISF component.
Definition in file isf_user_config.h.
#define DEVICE_HAS_I2C_CHANNELS (1) |
Definition at line 37 of file isf_user_config.h.
#define ISF_COMPONENT_BM (1) |
When ISF_COMPONENT_BM is defined as 1, the Bus Mangement component code is compiled.
Note: The component must be recompiled when this setting is changed.
Definition at line 56 of file isf_user_config.h.
#define ISF_COMPONENT_CI (1) |
When ISF_COMPONENT_CI is defined as 1, the Command Interpreter component is linked to the user application.
Definition at line 27 of file isf_user_config.h.
#define ISF_COMPONENT_DEVMSG (1) |
When defined as 1, the Device Messaging component
code will compiled. The component must be recompiled when this setting is changed.
Definition at line 46 of file isf_user_config.h.
#define ISF_COMPONENT_I2C (1) |
When ISF_COMPONENT_I2C is defined as 1, the I2C component code is compiled.
Note: The component must be recompiled when this setting is changed.
Definition at line 36 of file isf_user_config.h.
#define ISF_COMPONENT_PM (1) |
When defined as 1, the Power Management component
code will compiled. The component must be recompiled when this setting is changed.
Definition at line 67 of file isf_user_config.h.
#define ISF_COMPONENT_SM (1) |
When ISF_COMPONENT_SM is defined as 1, the Sensor Manager component is linked to the user application.
Definition at line 17 of file isf_user_config.h.