FreeRTOS + 0/9 examples
CodeScope will show references to osMutex 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...

osMutex macro

Access a Mutex definition.

Syntax

#define osMutex(name) \     &os_mutex_def_##name

Arguments

name

name of the mutex object.

Notes

CAN BE CHANGED: The parameter to \b osMutex shall be consistent but the

Examples

osMutex is referenced by 9 libraries and example projects.

References

LocationText
cmsis_os.h:605
#define osMutex(name) \