HALFRED  0.4.0
Functions
hal_os_sem.h File Reference

OS semaphore API. More...

Detailed Description

OS semaphore API.

HAL OS binary semaphore API.

Purpose
HALFRED Hardware Abstraction Layer
Version
Revision
1500
License
$License$

Go to the source code of this file.

Functions

OSSem OSSEM_Create (void)
 
void OSSEM_Destroy (OSSem sem)
 
bool OSSEM_IsValid (OSSem sem)
 
void OSSEM_Give (OSSem sem)
 
int OSSEM_Take (OSSem sem, OSTime timeout)