summaryrefslogtreecommitdiffstats
path: root/spec/dev/grlib/if/irqamp-timestamp.yml
blob: 877bd3cfe31e8df23d2a5f8863760e349b808ca1 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  This structure defines the ${.:/register-block-group} register block memory
  map.
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
description: null
enabled-by: true
identifier: RTEMSDeviceGRLIBIRQAMPTimestamp
index-entries: []
interface-type: register-block
links:
- role: interface-ingroup
  uid: irqamp
- role: interface-placement
  uid: irqamp-header
definition:
- default:
    count: 1
    name: ITCNT
  offset: 0x0
  variants: []
- default:
    count: 1
    name: ITSTMPC
  offset: 0x4
  variants: []
- default:
    count: 1
    name: ITSTMPAS
  offset: 0x8
  variants: []
- default:
    count: 1
    name: ITSTMPAC
  offset: 0xc
  variants: []
register-prefix: IRQAMP
register-block-group: IRQ(A)MP Timestamp
register-block-size: 16
registers:
- bits:
  - default:
    - access: [r]
      brief: null
      description: null
      name: 'TCNT'
      start: 0
      width: 32
    variants: []
  brief: |
    Interrupt timestamp counter n register
  description: null
  name: ITCNT
  width: 32
- bits:
  - default:
    - access: [r]
      brief: null
      description: null
      name: 'TSTAMP'
      start: 27
      width: 5
    - access: [r, w1c]
      brief: null
      description: null
      name: 'S1'
      start: 26
      width: 1
    - access: [r, w1c]
      brief: null
      description: null
      name: 'S2'
      start: 25
      width: 1
    - access: [r, w]
      brief: null
      description: null
      name: 'KS'
      start: 5
      width: 1
    - access: [r, w]
      brief: null
      description: null
      name: 'TSISEL'
      start: 0
      width: 5
    variants: []
  brief: |
    Interrupt timestamp n control register
  description: null
  name: ITSTMPC
  width: 32
- bits:
  - default:
    - access: [r]
      brief: null
      description: null
      name: 'TASSERTION'
      start: 0
      width: 32
    variants: []
  brief: |
    Interrupt Assertion Timestamp n register
  description: null
  name: ITSTMPAS
  width: 32
- bits:
  - default:
    - access: [r]
      brief: null
      description: null
      name: 'TACKNOWLEDGE'
      start: 0
      width: 32
    variants: []
  brief: |
    Interrupt Acknowledge Timestamp n register
  description: null
  name: ITSTMPAC
  width: 32
name: irqamp_timestamp
notes: null
type: interface