summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-TICKSPERTIMESLICE.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-TICKSPERTIMESLICE.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-TICKSPERTIMESLICE.yml19
1 files changed, 9 insertions, 10 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-TICKSPERTIMESLICE.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-TICKSPERTIMESLICE.yml
index a89d7f4a..c185de6a 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-TICKSPERTIMESLICE.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-TICKSPERTIMESLICE.yml
@@ -1,20 +1,19 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Unsigned integer (``uint32_t``).
-appl-config-option-default-value: |
- The default value is 50.
+appl-config-option-type: integer
+appl-config-option-default-value: 50
appl-config-option-description: |
- This configuration parameter specifies the length of the timeslice quantum
- in ticks for each task.
+ The value of this configuration option defines the length of the timeslice
+ quantum in ticks for each task.
appl-config-option-index:
- ticks per timeslice
appl-config-option-name: CONFIGURE_TICKS_PER_TIMESLICE
appl-config-option-notes: |
- This configuration parameter has no impact if the Clock Tick Device driver
- is not configured.
-appl-config-option-range: |
- Positive.
+ This configuration option has no impact if the Clock Driver is not
+ configured, see :ref:`CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`.
+appl-config-option-constraint:
+ min: 0
+ max: '``UINT32_MAX``'
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false