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