ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_eventhandler.h File Reference
#include "fsl_os_abstraction.h"
Include dependency graph for isf_eventhandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  isf_eh_event_t
 

Macros

#define MAX_EVENTS   32
 
#define ALL_EVENTS   0x00FFFFFF
 

Typedefs

typedef void( eventCallback_t) (void *)
 

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)
 

Detailed Description

Version
01.00

Definition in file isf_eventhandler.h.