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. | |
Initialise this structure with os_semaphore_attr_init() and then set any of the individual members directly.
Definition at line 1106 of file os-c-decls.h.
| void* os_semaphore_attr_s::clock |
Definition at line 1111 of file os-c-decls.h.
| os_semaphore_count_t os_semaphore_attr_s::sm_initial_value |
Definition at line 1121 of file os-c-decls.h.
| os_semaphore_count_t os_semaphore_attr_s::sm_max_value |
Definition at line 1116 of file os-c-decls.h.