#include <thread.h>

This field is the starting address for the thread.
This field indicates the how task is invoked.
This field is the pointer argument passed at thread start.
This field is the numeric argument passed at thread start.
This field indicates whether the thread was preemptible when it started.
This field indicates the CPU budget algorith.
This field is the routine to invoke when the CPU allotment is consumed.
| uint32_t Thread_Start_information::isr_level |
This field is the initial ISR disable level of this thread.
This field is the initial priority.
This field indicates whether the SuperCore allocated the stack.
This field is the stack information.
This field is the initial FP context area address.
This field is the initial stack area address.
1.5.6