Mutex attributes. More...
#include <cmsis-plus/rtos/os-c-api.h>
Public Attributes | |
| void * | clock |
| Pointer to clock object instance. | |
| os_mutex_count_t | mx_max_count |
| Recursive mutex max count. | |
| os_thread_prio_t | mx_priority_ceiling |
| Mutex priority ceiling. | |
| os_mutex_protocol_t | mx_protocol |
| Mutex protocol. | |
| os_mutex_robustness_t | mx_robustness |
| Mutex robustness. | |
| os_mutex_type_t | mx_type |
| Mutex type. | |
Initialise this structure with os_mutex_attr_init() and then set any of the individual members directly.
Definition at line 922 of file os-c-decls.h.
| void* os_mutex_attr_s::clock |
Definition at line 927 of file os-c-decls.h.
| os_mutex_count_t os_mutex_attr_s::mx_max_count |
Definition at line 952 of file os-c-decls.h.
| os_thread_prio_t os_mutex_attr_s::mx_priority_ceiling |
Definition at line 932 of file os-c-decls.h.
| os_mutex_protocol_t os_mutex_attr_s::mx_protocol |
Definition at line 937 of file os-c-decls.h.
| os_mutex_robustness_t os_mutex_attr_s::mx_robustness |
Definition at line 942 of file os-c-decls.h.
| os_mutex_type_t os_mutex_attr_s::mx_type |
Definition at line 947 of file os-c-decls.h.