summaryrefslogtreecommitdiffstats
path: root/spec/rtems/config/if/get-maximum-periods.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/config/if/get-maximum-periods.yml')
-rw-r--r--spec/rtems/config/if/get-maximum-periods.yml16
1 files changed, 11 insertions, 5 deletions
diff --git a/spec/rtems/config/if/get-maximum-periods.yml b/spec/rtems/config/if/get-maximum-periods.yml
index 55bbe23e..28f8794c 100644
--- a/spec/rtems/config/if/get-maximum-periods.yml
+++ b/spec/rtems/config/if/get-maximum-periods.yml
@@ -1,7 +1,7 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Gets the maximum number of Classic API Rate Monotonic Periods configured for
- this application.
+ Gets the resource number of ${/rtems/ratemon/if/group:/name} objects
+ configured for this application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -20,13 +20,19 @@ links:
uid: header-2
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-ctx-any
+- role: constraint
+ uid: /constraint/directive-no-preempt
name: rtems_configuration_get_maximum_periods
notes: |
- See ${/acfg/if/max-periods:/name}.
+ The resource number is defined by the ${/acfg/if/max-periods:/name}
+ application configuration option. See also ${resource-is-unlimited:/name}
+ and ${resource-maximum-per-allocation:/name}.
params: []
return:
return: |
- Returns the maximum number of Classic API Rate Monotonic Periods configured
- for this application.
+ Returns the resource number of ${/rtems/ratemon/if/group:/name} objects
+ configured for this application.
return-values: []
type: interface