|
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 | OSEventCount |
| Queue Event Count - This value is increased with a post and decremented with a pend. | |
| uint8_t | OSEventWait |
| Counter of waiting Tasks. | |
| void * | OSEventPointer |
| Pointer to queue structure. | |
| PriorityType | OSEventWaitList |
| Task wait list for event to occur. | |
Queue Control Block Structure
1.8.7