LUFA Library
120219
|
Scheduler Task List Entry Structure. More...
#include <Scheduler.h>
Data Fields | |
TaskPtr_t | Task |
bool | TaskStatus |
uint_least8_t | GroupID |
Structure for holding a single task's information in the scheduler task list.
uint_least8_t TaskEntry_t::GroupID |
Group ID of the task so that its status can be changed as a group.
Pointer to the task to execute.
Status of the task (either TASK_RUN or TASK_STOP).