summaryrefslogtreecommitdiffstats
path: root/spec/dev/grlib/if/l4stat.yml
blob: 0715f4928bc2cc20a64cbe12bc585f4b3ccbb91a (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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
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 (http://www.embedded-brains.de)
description: null
enabled-by: true
identifier: RTEMSDeviceGRLIBL4STAT
index-entries: []
interface-type: register-block
links:
- role: interface-ingroup
  uid: group
- role: interface-placement
  uid: l4stat-header
definition:
- default:
    count: 1
    name: CVAL
  offset: 0x0
  variants: []
- default:
    count: 1
    name: CVAL
  offset: 0x3c
  variants: []
- default:
    count: 1
    name: CCTRL
  offset: 0x80
  variants: []
- default:
    count: 1
    name: CCTRL
  offset: 0xcc
  variants: []
- default:
    count: 1
    name: CSVAL
  offset: 0x100
  variants: []
- default:
    count: 1
    name: CSVAL
  offset: 0x13c
  variants: []
- default:
    count: 1
    name: TSTAMP
  offset: 0x180
  variants: []
register-prefix: null
register-block-group: L4STAT
register-block-size: 388
registers:
- bits:
  - default:
    - access: [r, w]
      brief: null
      description: null
      name: 'CVAL'
      start: 0
      width: 32
    variants: []
  brief: |
    Counter 0-15 value register
  description: null
  name: CVAL
  width: 32
- bits:
  - default:
    - access: [r]
      brief: null
      description: null
      name: 'NCPU'
      start: 28
      width: 4
    - access: [r]
      brief: null
      description: null
      name: 'NCNT'
      start: 23
      width: 5
    - access: [r]
      brief: null
      description: null
      name: 'MC'
      start: 22
      width: 1
    - access: [r]
      brief: null
      description: null
      name: 'IA'
      start: 21
      width: 1
    - access: [r]
      brief: null
      description: null
      name: 'DS'
      start: 20
      width: 1
    - access: [r]
      brief: null
      description: null
      name: 'EE'
      start: 19
      width: 1
    - access: [r]
      brief: null
      description: null
      name: 'AE'
      start: 18
      width: 1
    - access: [r, w]
      brief: null
      description: null
      name: 'EL'
      start: 17
      width: 1
    - access: [r, w]
      brief: null
      description: null
      name: 'CD'
      start: 16
      width: 1
    - access: [r, w]
      brief: null
      description: null
      name: 'SU'
      start: 14
      width: 2
    - access: [r, w]
      brief: null
      description: null
      name: 'CL'
      start: 13
      width: 1
    - access: [r, w]
      brief: null
      description: null
      name: 'EN'
      start: 12
      width: 1
    - access: [r, w]
      brief: null
      description: null
      name: 'EVENT_ID'
      start: 4
      width: 8
    - access: [r, w]
      brief: null
      description: null
      name: 'CPU_AHBM'
      start: 0
      width: 4
    variants: []
  brief: |
    Counter 0-15 control register
  description: null
  name: CCTRL
  width: 32
- bits:
  - default:
    - access: [r, w]
      brief: null
      description: null
      name: 'CSVAL'
      start: 0
      width: 32
    variants: []
  brief: |
    Counter 0-15 max/latch register
  description: null
  name: CSVAL
  width: 32
- bits:
  - default:
    - access: [r]
      brief: null
      description: null
      name: 'TSTAMP'
      start: 0
      width: 32
    variants: []
  brief: |
    Timestamp register
  description: null
  name: TSTAMP
  width: 32
name: l4stat
notes: null
type: interface