|
LUFA (Formerly MyUSB) Library 100807
|
Scheduler Task List Entry Structure. More...
#include <Scheduler.h>
Data Fields | |
| TaskPtr_t | Task |
| bool | TaskStatus |
| uint8_t | GroupID |
Structure for holding a single task's information in the scheduler task list.
| uint8_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).