summaryrefslogtreecommitdiffstats
path: root/spec/rtems/type/if/time-of-day.yml
blob: 54534dc145318dae05c5b710ad1d7297368e3598 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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.
copyrights:
- Copyright (C) 2009, 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default:
    brief: |
      This member represents the year A.D.
    definition: ${/c/if/uint32_t:/name} ${.:name}
    description: null
    kind: member
    name: year
  variants: []
- default:
    brief: |
      This member represents the month of the year with values from 1 to 12.
    definition: ${/c/if/uint32_t:/name} ${.:name}
    description: null
    kind: member
    name: month
  variants: []
- default:
    brief: |
      This member represents the day of the month with values from 1 to 31.
    definition: ${/c/if/uint32_t:/name} ${.:name}
    description: null
    kind: member
    name: day
  variants: []
- default:
    brief: |
      This member represents the hour of the day with values from 0 to 23.
    definition: ${/c/if/uint32_t:/name} ${.:name}
    description: null
    kind: member
    name: hour
  variants: []
- default:
    brief: |
      This member represents the minute of the hour with values from 0 to 59.
    definition: ${/c/if/uint32_t:/name} ${.:name}
    description: null
    kind: member
    name: minute
  variants: []
- default:
    brief: |
      This member represents the second of the minute with values from 0 to 59.
    definition: ${/c/if/uint32_t:/name} ${.:name}
    description: null
    kind: member
    name: second
  variants: []
- default:
    brief: |
      This member represents 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
    kind: member
    name: ticks
  variants: []
definition-kind: typedef-only
description: null
enabled-by: true
interface-type: struct
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: rtems_time_of_day
notes: null
type: interface