HALFRED  0.4.0
Typedefs | Functions
hal_osnotifier.h File Reference

OS notifier API. More...

Detailed Description

OS notifier API.

OSNotifier interface.

Purpose
HALFRED Hardware Abstraction Layer
Version
Revision
1500
License
$License$
#include <stdint.h>
#include <hal_os.h>

Go to the source code of this file.

Typedefs

typedef struct OSNotifierDesc * OSNotifier
 

Functions

OSNotifier OSNTF_Create (int count)
 
void OSNTF_Destroy (OSNotifier notifier)
 
OSNotifier OSNTF_Lock (int count)
 
void OSNTF_Unlock (OSNotifier notifier)
 
int OSNTF_Tick (OSNotifier notifier, int count)
 
int OSNTF_Wait (OSNotifier notifier, OSTime timeout)