DESCRIPTION. More...
#include <os/apptask_typedef.h>
Data Fields | |
volatile struct APPTASK_STATUS_s | Status |
Status word of the task object. More... | |
volatile struct APPTASK_EXECUTION_s | Settings |
Execution time settings of the task object. More... | |
volatile struct APPTASK_TASKLINK_s | Functions |
Function pointer to main API user task functions. More... | |
volatile struct APPTASK_STATISTICS_s | Statistics |
Task execution statistics data. More... | |
volatile uint16_t | TaskID |
Task identifier encoding task execution list and list index (read only) More... | |
DESCRIPTION.
Definition at line 149 of file apptask_typedef.h.
volatile struct APPTASK_TASKLINK_s Functions |
Function pointer to main API user task functions.
Definition at line 153 of file apptask_typedef.h.
volatile struct APPTASK_EXECUTION_s Settings |
Execution time settings of the task object.
Definition at line 152 of file apptask_typedef.h.
volatile struct APPTASK_STATISTICS_s Statistics |
Task execution statistics data.
Definition at line 154 of file apptask_typedef.h.
volatile struct APPTASK_STATUS_s Status |
Status word of the task object.
Definition at line 151 of file apptask_typedef.h.
volatile uint16_t TaskID |
Task identifier encoding task execution list and list index (read only)
Definition at line 155 of file apptask_typedef.h.