Stima V4 Slave RAIN
4.2
|
Task Info structure. More...
#include <local_typedef.h>
Public Attributes | |
wdt_flag | watch_dog |
WatchDog of Task. More... | |
int32_t | watch_dog_ms |
WatchDog of Task Timer. More... | |
uint16_t | stack |
Stack Max Usage Monitor. More... | |
task_flag | state |
Long sleep Task. More... | |
uint8_t | running_pos |
!=0 (CREATE) Task Started (Generic state of Task) More... | |
uint8_t | running_sub |
Optional SubState of Task. More... | |
Task Info structure.
Definition at line 72 of file local_typedef.h.
uint8_t task_t::running_pos |
!=0 (CREATE) Task Started (Generic state of Task)
Definition at line 78 of file local_typedef.h.
uint8_t task_t::running_sub |
Optional SubState of Task.
Definition at line 79 of file local_typedef.h.
uint16_t task_t::stack |
Stack Max Usage Monitor.
Definition at line 76 of file local_typedef.h.
task_flag task_t::state |
Long sleep Task.
Definition at line 77 of file local_typedef.h.
wdt_flag task_t::watch_dog |
WatchDog of Task.
Definition at line 74 of file local_typedef.h.
int32_t task_t::watch_dog_ms |
WatchDog of Task Timer.
Definition at line 75 of file local_typedef.h.