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.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/spec/rtems/config/if/get-maximum-periods.yml b/spec/rtems/config/if/get-maximum-periods.yml
index 607c06f1..55bbe23e 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: |
- Returns the maximum number of Classic API Rate Monotonic Periods which are
- configured for this application.
+ Gets the maximum number of Classic API Rate Monotonic Periods configured for
+ this application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
@@ -21,9 +21,12 @@ links:
- role: interface-ingroup
uid: group
name: rtems_configuration_get_maximum_periods
-notes: null
+notes: |
+ See ${/acfg/if/max-periods:/name}.
params: []
return:
- return: null
+ return: |
+ Returns the maximum number of Classic API Rate Monotonic Periods configured
+ for this application.
return-values: []
type: interface