ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
isf_user_config.h File Reference

The isf_user_config.h file contains the user configurable settings to either include or exclude an ISF component. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ISF_COMPONENT_CI   (1)
 When ISF_COMPONENT_SM is defined as 1, the Sensor Manager component is linked to the user application. More...
 
#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. More...
 
#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. More...
 

Detailed Description

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.

Macro Definition Documentation

#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 33 of file isf_user_config.h.

#define ISF_COMPONENT_CI   (1)

When ISF_COMPONENT_SM is defined as 1, the Sensor Manager component is linked to the user application.

When ISF_COMPONENT_CI is defined as 1, the Command Interpreter component is linked to the user application.

Definition at line 22 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 44 of file isf_user_config.h.