FreeRTOS + 0/2 examples
CodeScope will show references to osMailGet() from the following samples and libraries:
Examples
STM32F412G-Discovery
Applications
FreeRTOS
STM32F413ZH-Nucleo
Applications
FreeRTOS
 
Symbols
loading...
Files
loading...

osMailGet() function

Get a mail from a queue

Syntax

osEvent osMailGet (osMailQId queue_id,     uint32_t millisec);
Implemented in cmsis_os.c:1290

Arguments

queue_id

mail queue ID obtained with osMailCreate.

millisec

timeout value or 0 in case of no time-out

Return value

event that contains mail information or error code.

Notes

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

Examples

osMailGet() is referenced by 2 libraries and example projects.

References

LocationText
cmsis_os.c:1290
osEvent osMailGet (osMailQId queue_id, uint32_t millisec)
cmsis_os.h:873
osEvent osMailGet (osMailQId queue_id, uint32_t millisec);

Call Tree

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