osal_sem.h
Overview
Related Modules:
Description:
Declares semaphore structures and interfaces.
Since:
1.0
Version:
1.0
Summary
Data Structures
Macros
OSAL_DECLARE_SEMAPHORE(sem) struct OsalSem sem |
Functions
OsalSemInit (struct OsalSem sem, uint32_t value) |
|
OsalSemWait (struct OsalSem sem, uint32_t ms) |
|
OsalSemPost (struct OsalSem sem) |
|
OsalSemDestroy (struct OsalSem sem) |