DESCRIPTION. More...
#include <os/apptask_typedef.h>
Data Fields | |
enum APPTASK_CLASS_e | execClass |
Execution class of the task object (low priority, high priority) More... | |
volatile int32_t | Counter |
Execution period counter (read only) More... | |
volatile int32_t | Period |
Task execution period defined in multiples of OS task execution base clock ticks (e.g. 100us) More... | |
volatile int32_t | Offset |
Task execution period offset defined in multiples of OS task execution base clock ticks (e.g. 100us) More... | |
DESCRIPTION.
Definition at line 94 of file apptask_typedef.h.
volatile int32_t Counter |
Execution period counter (read only)
Definition at line 97 of file apptask_typedef.h.
enum APPTASK_CLASS_e execClass |
Execution class of the task object (low priority, high priority)
Definition at line 96 of file apptask_typedef.h.
volatile int32_t Offset |
Task execution period offset defined in multiples of OS task execution base clock ticks (e.g. 100us)
Definition at line 99 of file apptask_typedef.h.
volatile int32_t Period |
Task execution period defined in multiples of OS task execution base clock ticks (e.g. 100us)
Definition at line 98 of file apptask_typedef.h.