RTEMS 6.1-rc1
|
This structure defines the properties of the Classic API user initialization task. More...
#include <tasks.h>
Data Fields | |
rtems_name | name |
This member defines the task name. | |
size_t | stack_size |
This member defines the task stack size in bytes. | |
rtems_task_priority | initial_priority |
This member defines the initial task priority. | |
rtems_attribute | attribute_set |
This member defines the attribute set of the task. | |
rtems_task_entry | entry_point |
This member defines the entry point of the task. | |
rtems_mode | mode_set |
This member defines the initial modes of the task. | |
rtems_task_argument | argument |
This member defines the entry point argument of the task. | |
This structure defines the properties of the Classic API user initialization task.