Searched defs:TaskConfig (Results 1 – 2 of 2) sorted by relevance
55 typedef struct TaskConfig TaskConfig; typedef126 struct TaskConfig { struct131 int16 level;133 int16 priority;135 uint16 stackSize;137 uint16 queueSize;139 uint8 taskFlags;
40 struct TaskConfig { struct41 bool nonBlock = true;42 uint32_t timeout = 0u;43 Priority prio = Priority::NORMAL;