CMSIS-RTOS
Version 1.03
Real-Time Operating System: API and RTX Reference Implementation.
|
Data Type Definitions used by the CMSIS-RTOS API functions. More...
Data Structures | |
struct | osEvent |
Event structure contains detailed information about an event. More... | |
union | osEvent.value |
union | osEvent.def |
struct | os_mailQ |
The Data Type section lists all data types that are used to exchange information with CMSIS-RTOS functions.
struct osEvent |
The osEvent structure describes the events returned by CMSIS-RTOS functions.
Data Fields | ||
---|---|---|
union osEvent | def | event definition |
osStatus | status | status code: event or error information |
union osEvent | value | event value |
union osEvent.value |
union osEvent.def |
Data Fields | ||
---|---|---|
osMailQId | mail_id | mail id obtained by osMailCreate |
osMessageQId | message_id | message id obtained by osMessageCreate |
struct os_mailQ |
The osEvent structure describes the events returned by CMSIS-RTOS functions.