Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG_patch mbed-rtos mbed
os_messageQ_def Struct Reference
Definition structure for message queue. More...
#include <cmsis_os.h>
Data Fields | |
| uint32_t | queue_sz |
| number of elements in the queue | |
| uint32_t | item_sz |
| size of an item | |
Detailed Description
Definition structure for message queue.
- Note:
- CAN BE CHANGED: os_messageQ_def is implementation specific in every CMSIS-RTOS.
Definition at line 347 of file cmsis_os.h.
Field Documentation
| uint32_t item_sz |
size of an item
Definition at line 349 of file cmsis_os.h.
| uint32_t queue_sz |
number of elements in the queue
Definition at line 348 of file cmsis_os.h.
Generated on Tue Jul 12 2022 14:58:57 by
1.7.2