FreeRTOS + 0/9 examples
CodeScope will show references to os_mutex_def from the following samples and libraries:
Libraries
Examples
STM32F413H-Discovery
Demonstrations
STM32446E_EVAL
Applications
FreeRTOS
STM32469I_EVAL
Applications
FreeRTOS
STM324x9I_EVAL
Applications
FreeRTOS
STM324xG_EVAL
Applications
FreeRTOS
STM32F412G-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

os_mutex_def struct

Mutex Definition structure contains setup information for a mutex.

Syntax

typedef struct os_mutex_def {   uint32_t                   dummy;     #if( configSUPPORT_STATIC_ALLOCATION == 1 )   osStaticMutexDef_t         *controlblock;       #endif } osMutexDef_t;

Fields

dummy

No summary provided. Read more...

Examples

os_mutex_def is referenced by 9 libraries and example projects.