Condition variable attributes. More...
#include <cmsis-plus/rtos/os-c-api.h>
Public Attributes | |
void * | clock |
Pointer to clock object instance. | |
Condition variable attributes.
Initialise this structure with os_condvar_attr_init()
and then set any of the individual members directly.
Definition at line 1029 of file os-c-decls.h.
void* os_condvar_attr_s::clock |
Pointer to clock object instance.
Definition at line 1034 of file os-c-decls.h.