RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
getconfigmax.c File Reference

This source file contains the implementation of rtems_configuration_get_maximum_barriers(), rtems_configuration_get_maximum_extensions(), rtems_configuration_get_maximum_message_queues(), rtems_configuration_get_maximum_partitions(), rtems_configuration_get_maximum_periods(), rtems_configuration_get_maximum_ports(), rtems_configuration_get_maximum_regions(), rtems_configuration_get_maximum_semaphores(), rtems_configuration_get_maximum_tasks(), and rtems_configuration_get_maximum_timers(). More...

#include <rtems/config.h>
#include <rtems/extensionimpl.h>
#include <rtems/rtems/barrierimpl.h>
#include <rtems/rtems/dpmemimpl.h>
#include <rtems/rtems/messageimpl.h>
#include <rtems/rtems/partimpl.h>
#include <rtems/rtems/ratemonimpl.h>
#include <rtems/rtems/regionimpl.h>
#include <rtems/rtems/semimpl.h>
#include <rtems/rtems/tasksimpl.h>
#include <rtems/rtems/timerimpl.h>
#include <rtems/score/objectimpl.h>

Functions

uint32_t rtems_configuration_get_maximum_barriers (void)
 Gets the resource number of Barrier Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_extensions (void)
 Gets the resource number of User Extensions Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_message_queues (void)
 Gets the resource number of Message Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_partitions (void)
 Gets the resource number of Partition Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_periods (void)
 Gets the resource number of Rate-Monotonic Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_ports (void)
 Gets the resource number of Dual-Ported Memory Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_regions (void)
 Gets the resource number of Region Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_semaphores (void)
 Gets the resource number of Semaphore Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_timers (void)
 Gets the resource number of Timer Manager objects configured for this application.
 
uint32_t rtems_configuration_get_maximum_tasks (void)
 Gets the resource number of Task Manager objects configured for this application.
 

Detailed Description

This source file contains the implementation of rtems_configuration_get_maximum_barriers(), rtems_configuration_get_maximum_extensions(), rtems_configuration_get_maximum_message_queues(), rtems_configuration_get_maximum_partitions(), rtems_configuration_get_maximum_periods(), rtems_configuration_get_maximum_ports(), rtems_configuration_get_maximum_regions(), rtems_configuration_get_maximum_semaphores(), rtems_configuration_get_maximum_tasks(), and rtems_configuration_get_maximum_timers().