RTEMS
|
Macros | |
#define | CONFIGURE_INIT_TASK_ARGUMENTS |
This configuration option is an integer define. More... | |
#define | CONFIGURE_INIT_TASK_ATTRIBUTES |
This configuration option is an integer define. More... | |
#define | CONFIGURE_INIT_TASK_ENTRY_POINT |
This configuration option is an initializer define. More... | |
#define | CONFIGURE_INIT_TASK_INITIAL_MODES |
This configuration option is an integer define. More... | |
#define | CONFIGURE_INIT_TASK_NAME |
This configuration option is an integer define. More... | |
#define | CONFIGURE_INIT_TASK_PRIORITY |
This configuration option is an integer define. More... | |
#define | CONFIGURE_INIT_TASK_STACK_SIZE |
This configuration option is an integer define. More... | |
#define | CONFIGURE_RTEMS_INIT_TASKS_TABLE |
This configuration option is a boolean feature define. More... | |
This section describes configuration options related to the Classic API initialization task.
#define CONFIGURE_INIT_TASK_ARGUMENTS |
This configuration option is an integer define.
The value of this configuration option defines task argument of the Classic API initialization task.
Definition at line 1034 of file appl-config.h.
#define CONFIGURE_INIT_TASK_ATTRIBUTES |
This configuration option is an integer define.
The value of this configuration option defines the task attributes of the Classic API initialization task.
Definition at line 1050 of file appl-config.h.
#define CONFIGURE_INIT_TASK_ENTRY_POINT |
This configuration option is an initializer define.
The value of this configuration option initializes the entry point of the Classic API initialization task.
Init
.void ( *entry_point )( rtems_task_argument )
.Definition at line 1071 of file appl-config.h.
#define CONFIGURE_INIT_TASK_INITIAL_MODES |
This configuration option is an integer define.
The value of this configuration option defines the initial execution mode of the Classic API initialization task.
Definition at line 1088 of file appl-config.h.
#define CONFIGURE_INIT_TASK_NAME |
This configuration option is an integer define.
The value of this configuration option defines the name of the Classic API initialization task.
rtems_build_name( 'U', 'I', '1', ' ' )
.Definition at line 1108 of file appl-config.h.
#define CONFIGURE_INIT_TASK_PRIORITY |
This configuration option is an integer define.
The value of this configuration option defines the initial priority of the Classic API initialization task.
Definition at line 1125 of file appl-config.h.
#define CONFIGURE_INIT_TASK_STACK_SIZE |
This configuration option is an integer define.
The value of this configuration option defines the task stack size of the Classic API initialization task.
The value of this configuration option shall satisfy all of the following constraints:
<rtems/confdefs.h>
does not overflow an integer of type uintptr_t. Definition at line 1150 of file appl-config.h.
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE |
This configuration option is a boolean feature define.
In case this configuration option is defined, then exactly one Classic API initialization task is configured.
The application shall define exactly one of the following configuration options
CONFIGURE_RTEMS_INIT_TASKS_TABLE
,otherwise a compile time error in the configuration file will occur.
Definition at line 1178 of file appl-config.h.