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

osMutexRelease() function

Release a Mutex that was obtained by osMutexWait

Syntax

osStatus osMutexRelease (osMutexId mutex_id);
Implemented in cmsis_os.c:666

Arguments

mutex_id

mutex ID obtained by osMutexCreate.

Return value

status code that indicates the execution status of the function.

Notes

MUST REMAIN UNCHANGED: \b osMutexRelease shall be consistent in every CMSIS-RTOS.

Examples

osMutexRelease() is referenced by 9 libraries and example projects.

References

LocationText
cmsis_os.c:666
osStatus osMutexRelease (osMutexId mutex_id)
cmsis_os.h:625
osStatus osMutexRelease (osMutexId mutex_id);

Call Tree

Functions called by osMutexRelease()
osMutexRelease()
Data read by osMutexRelease()
Data written by osMutexRelease()
osMutexRelease()::result
osMutexRelease()::taskWoken
all items filtered out
osMutexRelease()
osMutexRelease()::result
all items filtered out
Type of osMutexRelease()
osMutexRelease()
all items filtered out