Semaphore attributes. More...
#include <cmsis-plus/rtos/os-c-api.h>
Public Attributes | |
void * | clock |
Pointer to clock object instance. | |
os_semaphore_count_t | sm_initial_value |
Semaphore initial count value. | |
os_semaphore_count_t | sm_max_value |
Semaphore max count value. | |
Semaphore attributes.
Initialise this structure with os_semaphore_attr_init()
and then set any of the individual members directly.
Definition at line 1107 of file os-c-decls.h.
void* os_semaphore_attr_s::clock |
Pointer to clock object instance.
Definition at line 1112 of file os-c-decls.h.
os_semaphore_count_t os_semaphore_attr_s::sm_initial_value |
Semaphore initial count value.
Definition at line 1122 of file os-c-decls.h.
os_semaphore_count_t os_semaphore_attr_s::sm_max_value |
Semaphore max count value.
Definition at line 1117 of file os-c-decls.h.