Task descriptor grouping all information required by the kernel for the scheduling. More...
#include <ke_task.h>

Data Fields | |
| struct ke_state_handler * | state_handler |
| Pointer to the state handler table (one element for each state). | |
| struct ke_state_handler * | default_handler |
| Pointer to the default state handler (element parsed after the current state). | |
| ke_state_t * | state |
| Pointer to the state table (one element for each instance). | |
| uint16_t | state_max |
| Maximum number of states in the task. | |
| uint16_t | idx_max |
| Maximum index of supported instances of the task. | |
Task descriptor grouping all information required by the kernel for the scheduling.
Definition at line 148 of file ke_task.h.
1.6.1