Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard. Patched to work with NUCLEO L152 board
Fork of mbed-rtos by
os_mailQ_def Struct Reference
Definition structure for mail 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 | |
| void * | pool |
| memory array for mail | |
Detailed Description
Definition structure for mail queue.
- Note:
- CAN BE CHANGED: os_mailQ_def is implementation specific in every CMSIS-RTOS.
Definition at line 284 of file cmsis_os.h.
Field Documentation
| uint32_t item_sz |
size of an item
Definition at line 286 of file cmsis_os.h.
| void* pool |
memory array for mail
Definition at line 287 of file cmsis_os.h.
| uint32_t queue_sz |
number of elements in the queue
Definition at line 285 of file cmsis_os.h.
Generated on Thu Jul 14 2022 02:41:33 by
1.7.2
