HALFRED  0.4.0
Functions
hal_os_cntsem.h File Reference

OS counting semaphore time API. More...

Detailed Description

OS counting semaphore time API.

HAL OS counting semaphore API.

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

Go to the source code of this file.

Functions

OSCntSem OSCNTSEM_Create (int init, int max)
 
void OSCNTSEM_Destroy (OSCntSem sem)
 
bool OSCNTSEM_IsValid (OSCntSem sem)
 
void OSCNTSEM_Give (OSCntSem sem)
 
int OSCNTSEM_Take (OSCntSem sem, OSTime timeout)