FreeRTOS C-Addons
1.1.0
C-Addon functionality to FreeRTOS
|
Data Fields | |
Queue_t | Queue |
SemaphoreHandle_t | Event |
SemaphoreHandle_t | Lock |
TaskHandle_t | WorkerThread |
int | ExitThread |
The internal WorkQueue data structure.
Definition at line 73 of file workqueue.c.
SemaphoreHandle_t Event |
Wake the work queue thread up, something interesting happened.
Definition at line 83 of file workqueue.c.
int ExitThread |
Flag if we are tearing down the WorkQueue.
Definition at line 93 of file workqueue.c.
SemaphoreHandle_t Lock |
Definition at line 85 of file workqueue.c.
Queue_t Queue |
The actual queue.
Definition at line 78 of file workqueue.c.
TaskHandle_t WorkerThread |
Definition at line 87 of file workqueue.c.