LUFA Library  120219

Scheduler Task List Entry Structure. More...

#include <Scheduler.h>

Data Fields

TaskPtr_t Task
bool TaskStatus
uint_least8_t GroupID

Detailed Description

Structure for holding a single task's information in the scheduler task list.


Field Documentation

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).


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines