CMSIS-RTOS
Version 1.02
CMSIS-RTOS API: Generic RTOS interface for Cortex-M processor-based devices.
|
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 | |
uint32_t item_sz |
void* pool |
uint32_t queue_sz |