![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
The isf_init.c file contains implementation of the ISF library initialization functions. More...
Go to the source code of this file.
Functions | |
isf_status_t | isf_lib_init (void *pOptions) |
Please see isf_init.h for complete documentation. More... | |
void | isf_system_sync (void) |
This function synchronizes the user tasks and the system initialization. More... | |
Variables | |
LWEVENT_STRUCT | isfSysEventHandler |
Definition of the event handle to the system ready event. More... | |
volatile uint8 | synchCreate = 0 |
The isf_init.c file contains implementation of the ISF library initialization functions.
Definition in file isf_init.c.
isf_status_t isf_lib_init | ( | void * | pOptions | ) |
Please see isf_init.h for complete documentation.
This function initializes the ISF library.
API ISF library get information.
Definition at line 18 of file isf_init.c.
References bm_init(), ci_init(), ISF_ERR_LIB_INIT, ISF_SUCCESS, ISF_SYSTEM_READY_EVENT, isfSysEventHandler, and pm_init().
Referenced by TaskApp1_task().
void isf_system_sync | ( | void | ) |
This function synchronizes the user tasks and the system initialization.
Definition at line 50 of file isf_init.c.
References FALSE, ISF_SYSTEM_READY_EVENT, isfSysEventHandler, and synchCreate.
Referenced by CI_task(), PM_task(), TaskApp1_task(), TaskBusManager_task(), and TaskRLI1_task().
LWEVENT_STRUCT isfSysEventHandler |
Definition of the event handle to the system ready event.
Definition at line 15 of file isf_init.c.
Referenced by isf_lib_init(), and isf_system_sync().
volatile uint8 synchCreate = 0 |
Definition at line 16 of file isf_init.c.
Referenced by isf_system_sync().