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

osSemaphoreGetName() function

Get name of a Semaphore object.

Syntax

const char *osSemaphoreGetName (osSemaphoreId_t semaphore_id);

Arguments

semaphore_id

semaphore ID obtained by osSemaphoreNew.

Return value

name as null-terminated string.

Examples

osSemaphoreGetName() is referenced by 1 libraries and example projects.

References

LocationText
cmsis_os2.h:615
const char *osSemaphoreGetName (osSemaphoreId_t semaphore_id);

Call Tree

Functions called by osSemaphoreGetName()
osSemaphoreGetName()
_txe_semaphore_info_get()
all items filtered out
Data read by osSemaphoreGetName()
Data written by osSemaphoreGetName()
TX_SEMAPHORE_STRUCT::tx_semaphore_id
osSemaphoreGetName()::semaphore_ptr
osSemaphoreGetName()::name_ptr
all items filtered out
osSemaphoreGetName()
osSemaphoreGetName()::name_ptr
all items filtered out
Type of osSemaphoreGetName()
osSemaphoreGetName()
CHAR
TX_SEMAPHORE
all items filtered out