|
#define | RTEMS_UNLIMITED_OBJECTS OBJECTS_UNLIMITED_OBJECTS |
|
#define | rtems_resource_unlimited(resource) ( resource | RTEMS_UNLIMITED_OBJECTS ) |
|
#define | rtems_resource_is_unlimited(resource) _Objects_Is_unlimited(resource) |
|
#define | rtems_resource_maximum_per_allocation(resource) _Objects_Maximum_per_allocation(resource) |
|
#define | rtems_configuration_get_unified_work_area() (Configuration.unified_work_area) |
|
#define | rtems_configuration_get_stack_allocator_avoids_work_space() (Configuration.stack_allocator_avoids_work_space) |
|
#define | rtems_configuration_get_stack_space_size() (Configuration.stack_space_size) |
|
#define | rtems_configuration_get_work_space_size() |
|
#define | rtems_configuration_get_microseconds_per_tick() (Configuration.microseconds_per_tick) |
|
#define | rtems_configuration_get_milliseconds_per_tick() (Configuration.microseconds_per_tick / 1000) |
|
#define | rtems_configuration_get_nanoseconds_per_tick() (_Watchdog_Nanoseconds_per_tick) |
|
#define | rtems_configuration_get_ticks_per_timeslice() (Configuration.ticks_per_timeslice) |
|
#define | rtems_configuration_get_idle_task() (Configuration.idle_task) |
|
#define | rtems_configuration_get_idle_task_stack_size() (Configuration.idle_task_stack_size) |
|
#define | rtems_configuration_get_interrupt_stack_size() ((size_t) _ISR_Stack_size) |
|
#define | rtems_configuration_get_stack_allocate_init_hook() (Configuration.stack_allocate_init_hook) |
|
#define | rtems_configuration_get_stack_allocate_hook() (Configuration.stack_allocate_hook) |
|
#define | rtems_configuration_get_stack_free_hook() (Configuration.stack_free_hook) |
|
#define | rtems_configuration_get_do_zero_of_workspace() (Configuration.do_zero_of_workspace) |
|
#define | rtems_configuration_get_number_of_initial_extensions() (Configuration.number_of_initial_extensions) |
|
#define | rtems_configuration_get_user_extension_table() (Configuration.User_extension_table) |
|
#define | rtems_configuration_get_user_multiprocessing_table() NULL |
|
#define | rtems_configuration_is_smp_enabled() false |
| Returns true if the SMP mode of operation is enabled, and false otherwise. More...
|
|
#define | rtems_configuration_get_maximum_processors() 1 |
| Returns the configured maximum count of processors. More...
|
|
#define | rtems_configuration_get_rtems_api_configuration() (&Configuration_RTEMS_API) |
|
#define | rtems_configuration_get_posix_api_configuration() (&Configuration_POSIX_API) |
|
Table of User Defined Configuration Parameters.
This include file contains the table of user defined configuration parameters.