![]() |
SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Attributes structure for mutex. More...
#include <cmsis_os2.h>
Public Attributes | |
| const char * | name |
| name of the mutex | |
| uint32_t | attr_bits |
| attribute bits | |
| void * | cb_mem |
| memory for control block | |
| uint32_t | cb_size |
| size of provided memory for control block | |
Attributes structure for mutex.
Definition at line 324 of file cmsis_os2.h.
| uint32_t osMutexAttr_t::attr_bits |
attribute bits
Definition at line 326 of file cmsis_os2.h.
| void* osMutexAttr_t::cb_mem |
| uint32_t osMutexAttr_t::cb_size |
size of provided memory for control block
Definition at line 328 of file cmsis_os2.h.
Referenced by osMutexNew().
| const char* osMutexAttr_t::name |