FreeRTOS Addons
|
Public Attributes | |
WorkItem_t | Function |
DlNode_t | Node |
void * | UserData |
Work Item, what we actually use internally.
WorkItem_t pvtWorkItem_t_::Function |
The actual function pointer.
DlNode_t pvtWorkItem_t_::Node |
How we link into the WorkQueue.
void* pvtWorkItem_t_::UserData |
User supplier data.