DESCRIPTION. More...
#include <os/apptask_typedef.h>
Data Fields | |
volatile bool | retval: 1 |
Bit 0: Status bit indicating a failed execution of the user task. More... | |
volatile | unsigned: 1 |
Bit 1: (reserved) More... | |
volatile bool | busy: 1 |
Bit 7: Status bit indicating the task is busy. More... | |
volatile bool | enabled: 1 |
Bit 15: Control bit enabling the execution of the task execute function. More... | |
DESCRIPTION.
Definition at line 63 of file apptask_typedef.h.
volatile bool busy |
Bit 7: Status bit indicating the task is busy.
Definition at line 72 of file apptask_typedef.h.
volatile bool enabled |
Bit 15: Control bit enabling the execution of the task execute function.
Definition at line 81 of file apptask_typedef.h.
volatile bool retval |
Bit 0: Status bit indicating a failed execution of the user task.
Definition at line 65 of file apptask_typedef.h.
volatile unsigned |
Bit 1: (reserved)
Bit 14: (reserved)
Bit 13: (reserved)
Bit 12: (reserved)
Bit 11: (reserved)
Bit 10: (reserved)
Bit 9: (reserved)
Bit 8: (reserved)
Bit 6: (reserved)
Bit 5: (reserved)
Bit 4: (reserved)
Bit 3: (reserved)
Bit 2: (reserved)
Definition at line 66 of file apptask_typedef.h.