From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- .../RTOS/html/structos_mail_q_def__t.html | 155 +++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 Documentation/RTOS/html/structos_mail_q_def__t.html (limited to 'Documentation/RTOS/html/structos_mail_q_def__t.html') diff --git a/Documentation/RTOS/html/structos_mail_q_def__t.html b/Documentation/RTOS/html/structos_mail_q_def__t.html new file mode 100644 index 0000000..74a2055 --- /dev/null +++ b/Documentation/RTOS/html/structos_mail_q_def__t.html @@ -0,0 +1,155 @@ + + + + + +osMailQDef_t Struct Reference +CMSIS-RTOS: osMailQDef_t Struct Reference + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-RTOS +  Version 1.02 +
+
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+
+ +
+
osMailQDef_t Struct Reference
+
+
+ +

Definition structure for mail queue. + More...

+ + + + + + + + + + + +

+Data Fields

uint32_t queue_sz
 number of elements in the queue
 
uint32_t item_sz
 size of an item
 
void * pool
 memory array for mail
 
+

Description

+
Note
CAN BE CHANGED: os_mailQ_def is implementation specific in every CMSIS-RTOS.
+

Field Documentation

+ +
+
+ + + + +
uint32_t item_sz
+
+ +
+
+ +
+
+ + + + +
void* pool
+
+ +
+
+ +
+
+ + + + +
uint32_t queue_sz
+
+ +
+
+
+
+ + + + -- cgit