DESCRIPTION. More...
#include <os/apptask_typedef.h>
Data Fields | |
volatile uint32_t | exec_time |
Execution time in CPU ticks of the most recent task execution (read only) More... | |
volatile uint32_t | avg_time |
Moving average execution time of the task object (read only) More... | |
volatile uint32_t | max_time |
Maximum execution time of the task object (latched tracking, reset in software) More... | |
DESCRIPTION.
Definition at line 131 of file apptask_typedef.h.
volatile uint32_t avg_time |
Moving average execution time of the task object (read only)
Definition at line 134 of file apptask_typedef.h.
volatile uint32_t exec_time |
Execution time in CPU ticks of the most recent task execution (read only)
Definition at line 133 of file apptask_typedef.h.
volatile uint32_t max_time |
Maximum execution time of the task object (latched tracking, reset in software)
Definition at line 135 of file apptask_typedef.h.