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

os_mailQ_def struct

Definition structure for mail queue.

Syntax

typedef struct os_mailQ_def {   uint32_t                queue_sz;       uint32_t                 item_sz;       struct os_mailQ_cb **cb; } osMailQDef_t;

Fields

queue_sz

No summary provided. Read more...

item_sz

No summary provided. Read more...

cb

No summary provided. Read more...

Examples

os_mailQ_def is referenced by 2 libraries and example projects.