|
BRTOS
1.90
Brazilian Real-Time Operating System
|
#include <brtos/includes/BRTOS.h>
Data Fields | |
| uint8_t | OSEventAllocated |
| Indicate if the event is allocated or not. | |
| uint8_t | OSEventWait |
| Counter of waiting Tasks. | |
| uint8_t | OSEventState |
| Mailbox state - Defines if the message is available or not. | |
| PriorityType | OSEventWaitList |
| Task wait list for event to occur. | |
| void * | OSEventPointer |
| Pointer to the message structure / type. | |
MailBox Control Block Structure
1.8.7