10 #ifndef HAL_OS_NOTIFIER_H
11 #define HAL_OS_NOTIFIER_H
OSNotifier OSNTF_Create(int count)
int OSNTF_Wait(OSNotifier notifier, OSTime timeout)
OSNotifier OSNTF_Lock(int count)
int OSNTF_Tick(OSNotifier notifier, int count)
void OSNTF_Destroy(OSNotifier notifier)
struct OSNotifierDesc * OSNotifier
Definition: hal_osnotifier.h:68
Operating system (OS) API.
void OSNTF_Unlock(OSNotifier notifier)