Appearance
struct osMutexAttr_t
Attributes structure for mutex. #include <kernel/cmsis_os2.h>
Public Attributes
| Name | |
|---|---|
| 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 |
Public Attributes Documentation
variable name
cpp
const char* osMutexAttr_t::namename of the mutex
variable attr_bits
cpp
uint32_t osMutexAttr_t::attr_bitsattribute bits
variable cb_mem
cpp
void* osMutexAttr_t::cb_memmemory for control block
variable cb_size
cpp
uint32_t osMutexAttr_t::cb_sizesize of provided memory for control block