File: rtc.yaml

package info (click to toggle)
hackrf 2026.01.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 38,216 kB
  • sloc: ansic: 60,696; python: 6,072; xml: 3,424; perl: 2,730; makefile: 601; asm: 514; vhdl: 319; sh: 179; awk: 20
file content (331 lines) | stat: -rw-r--r-- 6,786 bytes parent folder | download | duplicates (3)
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
!!omap
- RTC_ILR:
    fields: !!omap
    - RTCCIF:
        access: w
        description: Counter increment interrupt block interrupted
        lsb: 0
        reset_value: '0'
        width: 1
    - RTCALF:
        access: w
        description: Alarm interrupted
        lsb: 1
        reset_value: '0'
        width: 1
- RTC_CCR:
    fields: !!omap
    - CLKEN:
        access: rw
        description: Clock enable
        lsb: 0
        reset_value: ''
        width: 1
    - CTCRST:
        access: rw
        description: CTC reset
        lsb: 1
        reset_value: '0'
        width: 1
    - CCALEN:
        access: rw
        description: Calibration counter enable
        lsb: 4
        reset_value: ''
        width: 1
- RTC_CIIR:
    fields: !!omap
    - IMSEC:
        access: rw
        description: Second interrupt enable
        lsb: 0
        reset_value: '0'
        width: 1
    - IMMIN:
        access: rw
        description: Minute interrupt enable
        lsb: 1
        reset_value: '0'
        width: 1
    - IMHOUR:
        access: rw
        description: Hour interrupt enable
        lsb: 2
        reset_value: '0'
        width: 1
    - IMDOM:
        access: rw
        description: Day of month interrupt enable
        lsb: 3
        reset_value: '0'
        width: 1
    - IMDOW:
        access: rw
        description: Day of week interrupt enable
        lsb: 4
        reset_value: '0'
        width: 1
    - IMDOY:
        access: rw
        description: Day of year interrupt enable
        lsb: 5
        reset_value: '0'
        width: 1
    - IMMON:
        access: rw
        description: Month interrupt enable
        lsb: 6
        reset_value: '0'
        width: 1
    - IMYEAR:
        access: rw
        description: Year interrupt enable
        lsb: 7
        reset_value: '0'
        width: 1
- RTC_AMR:
    fields: !!omap
    - AMRSEC:
        access: rw
        description: Second not compared for alarm
        lsb: 0
        reset_value: '0'
        width: 1
    - AMRMIN:
        access: rw
        description: Minute not compared for alarm
        lsb: 1
        reset_value: '0'
        width: 1
    - AMRHOUR:
        access: rw
        description: Hour not compared for alarm
        lsb: 2
        reset_value: '0'
        width: 1
    - AMRDOM:
        access: rw
        description: Day of month not compared for alarm
        lsb: 3
        reset_value: '0'
        width: 1
    - AMRDOW:
        access: rw
        description: Day of week not compared for alarm
        lsb: 4
        reset_value: '0'
        width: 1
    - AMRDOY:
        access: rw
        description: Day of year not compared for alarm
        lsb: 5
        reset_value: '0'
        width: 1
    - AMRMON:
        access: rw
        description: Month not compared for alarm
        lsb: 6
        reset_value: '0'
        width: 1
    - AMRYEAR:
        access: rw
        description: Year not compared for alarm
        lsb: 7
        reset_value: '0'
        width: 1
- RTC_CTIME0:
    fields: !!omap
    - SECONDS:
        access: r
        description: Seconds
        lsb: 0
        reset_value: ''
        width: 6
    - MINUTES:
        access: r
        description: Minutes
        lsb: 8
        reset_value: ''
        width: 6
    - HOURS:
        access: r
        description: Hours
        lsb: 16
        reset_value: ''
        width: 5
    - DOW:
        access: r
        description: Day of week
        lsb: 24
        reset_value: ''
        width: 3
- RTC_CTIME1:
    fields: !!omap
    - DOM:
        access: r
        description: Day of month
        lsb: 0
        reset_value: ''
        width: 5
    - MONTH:
        access: r
        description: Month
        lsb: 8
        reset_value: ''
        width: 4
    - YEAR:
        access: r
        description: Year
        lsb: 16
        reset_value: ''
        width: 12
- RTC_CTIME2:
    fields: !!omap
    - DOY:
        access: r
        description: Day of year
        lsb: 0
        reset_value: ''
        width: 12
- RTC_SEC:
    fields: !!omap
    - SECONDS:
        access: rw
        description: Seconds
        lsb: 0
        reset_value: ''
        width: 6
- RTC_MIN:
    fields: !!omap
    - MINUTES:
        access: rw
        description: Minutes
        lsb: 0
        reset_value: ''
        width: 6
- RTC_HRS:
    fields: !!omap
    - HOURS:
        access: rw
        description: Hours
        lsb: 0
        reset_value: ''
        width: 5
- RTC_DOM:
    fields: !!omap
    - DOM:
        access: rw
        description: Day of month
        lsb: 0
        reset_value: ''
        width: 5
- RTC_DOW:
    fields: !!omap
    - DOW:
        access: rw
        description: Day of week
        lsb: 0
        reset_value: ''
        width: 3
- RTC_DOY:
    fields: !!omap
    - DOY:
        access: rw
        description: Day of year
        lsb: 0
        reset_value: ''
        width: 9
- RTC_MONTH:
    fields: !!omap
    - MONTH:
        access: rw
        description: Month
        lsb: 0
        reset_value: ''
        width: 4
- RTC_YEAR:
    fields: !!omap
    - YEAR:
        access: rw
        description: Year
        lsb: 0
        reset_value: ''
        width: 12
- RTC_CALIBRATION:
    fields: !!omap
    - CALVAL:
        access: rw
        description: Calibration counter max
        lsb: 0
        reset_value: ''
        width: 17
    - CALDIR:
        access: rw
        description: Calibration counter direction
        lsb: 17
        reset_value: ''
        width: 1
- RTC_ASEC:
    fields: !!omap
    - SECONDS:
        access: rw
        description: Alarm seconds
        lsb: 0
        reset_value: ''
        width: 6
- RTC_AMIN:
    fields: !!omap
    - MINUTES:
        access: rw
        description: Alarm minutes
        lsb: 0
        reset_value: ''
        width: 6
- RTC_AHRS:
    fields: !!omap
    - HOURS:
        access: rw
        description: Alarm hours
        lsb: 0
        reset_value: ''
        width: 5
- RTC_ADOM:
    fields: !!omap
    - DOM:
        access: rw
        description: Alarm day of month
        lsb: 0
        reset_value: ''
        width: 5
- RTC_ADOW:
    fields: !!omap
    - DOW:
        access: rw
        description: Alarm day of week
        lsb: 0
        reset_value: ''
        width: 3
- RTC_ADOY:
    fields: !!omap
    - DOY:
        access: rw
        description: Alarm day of year
        lsb: 0
        reset_value: ''
        width: 9
- RTC_AMON:
    fields: !!omap
    - MONTH:
        access: rw
        description: Alarm month
        lsb: 0
        reset_value: ''
        width: 4
- RTC_AYRS:
    fields: !!omap
    - YEAR:
        access: rw
        description: Alarm year
        lsb: 0
        reset_value: ''
        width: 12