Skip to content

struct osMutexAttr_t

Attributes structure for mutex. #include <kernel/cmsis_os2.h>

Public Attributes

Name
const char *name
name of the mutex
uint32_tattr_bits
attribute bits
void *cb_mem
memory for control block
uint32_tcb_size
size of provided memory for control block

Public Attributes Documentation

variable name

cpp
const char* osMutexAttr_t::name

name of the mutex

variable attr_bits

cpp
uint32_t osMutexAttr_t::attr_bits

attribute bits

variable cb_mem

cpp
void* osMutexAttr_t::cb_mem

memory for control block

variable cb_size

cpp
uint32_t osMutexAttr_t::cb_size

size of provided memory for control block