HALFRED
0.4.0
|
OS counting semaphore time API. More...
OS counting semaphore time API.
HAL OS counting semaphore API.
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) |