summaryrefslogtreecommitdiffstats
path: root/spec/rtems/type/if/time-of-day.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/type/if/time-of-day.yml')
-rw-r--r--spec/rtems/type/if/time-of-day.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec/rtems/type/if/time-of-day.yml b/spec/rtems/type/if/time-of-day.yml
index 2458b2e7..40e9d41f 100644
--- a/spec/rtems/type/if/time-of-day.yml
+++ b/spec/rtems/type/if/time-of-day.yml
@@ -1,12 +1,12 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This type is used to represent the calendar time in the Classic API.
+ This type represents Classic API calendar times.
copyrights:
- Copyright (C) 2009, 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default:
brief: |
- This member represents the year A.D.
+ This member contains the year A.D.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null
kind: member
@@ -14,7 +14,7 @@ definition:
variants: []
- default:
brief: |
- This member represents the month of the year with values from 1 to 12.
+ This member contains the month of the year with values from 1 to 12.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null
kind: member
@@ -22,7 +22,7 @@ definition:
variants: []
- default:
brief: |
- This member represents the day of the month with values from 1 to 31.
+ This member contains the day of the month with values from 1 to 31.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null
kind: member
@@ -30,7 +30,7 @@ definition:
variants: []
- default:
brief: |
- This member represents the hour of the day with values from 0 to 23.
+ This member contains the hour of the day with values from 0 to 23.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null
kind: member
@@ -38,7 +38,7 @@ definition:
variants: []
- default:
brief: |
- This member represents the minute of the hour with values from 0 to 59.
+ This member contains the minute of the hour with values from 0 to 59.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null
kind: member
@@ -46,7 +46,7 @@ definition:
variants: []
- default:
brief: |
- This member represents the second of the minute with values from 0 to 59.
+ This member contains the second of the minute with values from 0 to 59.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null
kind: member
@@ -54,7 +54,7 @@ definition:
variants: []
- default:
brief: |
- This member represents the clock tick of the second with values from 0 to
+ This member contains the clock tick of the second with values from 0 to
${../../clock/if/get-ticks-per-second:/name} minus one.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null