![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
Functions | |
void | isf_EventHandler_Init (void) |
int32 | isf_EventHandler_RegisterEvent (eventCallback_t *pCallback, void *pUserData) |
int32 | isf_EventHandler_UnregisterEvent (uint32 token) |
int32 | isf_EventHandler_GetSignal (uint32 token) |
void | EventHandler_task (void) |
Variables | |
event_t * | pEventHandler_Events |
semaphore_t | sema_ev_access |
void EventHandler_task | ( | void | ) |
Definition at line 146 of file isf_eventhandler.c.
References ALL_EVENTS, FALSE, and isf_eh_event_t::pCallback.
Referenced by EH_task().
Definition at line 123 of file isf_eventhandler.c.
References MAX_EVENTS, and isf_eh_event_t::Signal.
Referenced by fsl_fxls8952_i2c_3D_accel_Configure().
void isf_EventHandler_Init | ( | void | ) |
Definition at line 42 of file isf_eventhandler.c.
References ALL_EVENTS, MAX_EVENTS, isf_eh_event_t::pCallback, isf_eh_event_t::pEvent, pEventHandler_Events, isf_eh_event_t::pUserData, and isf_eh_event_t::Signal.
Referenced by EH_task().
int32 isf_EventHandler_RegisterEvent | ( | eventCallback_t * | pCallback, |
void * | pUserData | ||
) |
Definition at line 66 of file isf_eventhandler.c.
References MAX_EVENTS, isf_eh_event_t::pCallback, and isf_eh_event_t::pUserData.
Referenced by fsl_fxls8952_i2c_3D_accel_Configure().
Definition at line 98 of file isf_eventhandler.c.
References MAX_EVENTS, isf_eh_event_t::pCallback, and isf_eh_event_t::pUserData.
Referenced by fsl_fxls8952_i2c_3D_accel_Shutdown().
event_t* pEventHandler_Events |
Definition at line 36 of file isf_eventhandler.c.
Referenced by isf_EventHandler_Init().
semaphore_t sema_ev_access |
Definition at line 37 of file isf_eventhandler.c.