CMSIS + 0/1 examples
CodeScope will show references to osMutexAttr_t from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

osMutexAttr_t struct

Attributes structure for mutex.

Syntax

typedef struct {   const char                   *name;      uint32_t                 attr_bits;      void                      *cb_mem;       uint32_t                   cb_size;    } osMutexAttr_t;

Fields

name

No summary provided. Read more...

attr_bits

No summary provided. Read more...

cb_mem

No summary provided. Read more...

cb_size

No summary provided. Read more...

Examples

osMutexAttr_t is referenced by 1 libraries and example projects.

Type Use

Variables of osMutexAttr_t type
all items filtered out
osMutexAttr_t
all items filtered out
osMutexAttr_t
all items filtered out