RTEMS ITRON 3.0 API User's Guide
The T_CTSK structure contains detailed information necessary to create the task. Such task attributes, start address, priority and stack size.
typedef struct t_ctsk { VP exinf; /* extended information */ ATR tskatr; /* task attributes */ FP task; /* task start address */ PRI itskpri; /* initial task priority */ INT stksz; /* stack size */ /* additional implementation dependent information may be included */ } T_CTSK;
RTEMS ITRON 3.0 API User's Guide
Copyright © 1988-2004 OAR Corporation