RTEMS
Classes | Functions
config.h File Reference

This header file defines parts of the application configuration information API. More...

#include <stdbool.h>
#include <stdint.h>
#include <rtems/rtems/tasks.h>

Go to the source code of this file.

Classes

struct  rtems_api_configuration_table
 This structure contains a summary of the Classic API configuration. More...
 

Functions

const rtems_api_configuration_tablertems_configuration_get_rtems_api_configuration (void)
 Returns the pointer to the Classic API Configuration Table of this application.
 
uint32_t rtems_configuration_get_maximum_barriers (void)
 Returns the maximum number of Classic API Barriers which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_message_queues (void)
 Returns the maximum number of Classic API Message Queues which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_partitions (void)
 Returns the maximum number of Classic API Partitions which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_periods (void)
 Returns the maximum number of Classic API Rate Monotonic Periods which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_ports (void)
 Returns the maximum number of Classic API Dual Ported Memory Areas which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_regions (void)
 Returns the maximum number of Classic API Regions which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_semaphores (void)
 Returns the maximum number of Classic API Semaphores which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_tasks (void)
 Returns the maximum number of Classic API Tasks which are configured for this application.
 
uint32_t rtems_configuration_get_maximum_timers (void)
 Returns the maximum number of Classic API Timers which are configured for this application.
 

Detailed Description

This header file defines parts of the application configuration information API.

Definition in file config.h.