summaryrefslogtreecommitdiffstats
path: root/spec/c/if/bintime.yml
blob: f31178e07f7d3f0febc25b7887cb1ab182d75532 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This structure represents time in a binary fraction format.
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
definition:
- default:
    brief: |
      This member contains the seconds.
    definition: ${time_t:/name} ${.:name}
    description: null
    kind: member
    name: sec
  variants: []
- default:
    brief: |
      This member contains two to the power of 64 fractions of a second.
    definition: ${uint64_t:/name} ${.:name}
    description: null
    kind: member
    name: frac
  variants: []
definition-kind: struct-only
description: null
enabled-by: true
index-entries: []
interface-type: struct
links:
- role: interface-placement
  uid: time
- role: interface-ingroup
  uid: group
name: bintime
notes: null
type: interface