FreeRTOS
+
0
/2 examples
SourceVu will show references to
os_mailQ_cb
from the following samples and libraries:
Examples
STM32F412G-Discovery
Applications
FreeRTOS
FreeRTOS_Mail
STM32F413ZH-Nucleo
Applications
FreeRTOS
FreeRTOS_Mail
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
os_mailQ_cb
os_mailQ_cb struct
Mail ID identifies the mail queue (pointer to a mail queue control block).
Syntax
Show:
Summary
Declaration
Definition
from
cmsis_os.h:262
typedef
struct
os_mailQ_cb
*
osMailQId
;
Implemented in
cmsis_os.c:1155
Fields
Field
Declared as
os_mailQ_cb::queue_def
const
osMailQDef_t
*
os_mailQ_cb::handle
QueueHandle_t
os_mailQ_cb::pool
osPoolId
Related Functions
Found 5 other functions taking a
os_mailQ_cb
argument:
Function
Description
osMailAlloc()
Allocate a memory block from a mail
osMailPut()
Put a mail to a queue
osMailGet()
Get a mail from a queue
osMailFree()
Free a memory block from a mail
osMailCAlloc()
Allocate a memory block from a mail and set memory block to zero
Examples
os_mailQ_cb
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out