Skip to content

Commit 0e46257

Browse files
committed
PR comments (second pass)
1 parent e22fc10 commit 0e46257

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

data/registers/rtc_v3c0.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ fieldset/CR:
207207
description: Alarm enable
208208
bit_offset: 8
209209
bit_size: 1
210+
array:
211+
len: 1
212+
stride: 1
210213
- name: TSE
211214
description: Timestamp enable
212215
bit_offset: 11
@@ -331,6 +334,7 @@ fieldset/ICSR:
331334
description: Recalibration pending Flag
332335
bit_offset: 16
333336
bit_size: 1
337+
enum: RECALPF
334338
fieldset/MISR:
335339
description: Masked interrupt status register
336340
fields:
@@ -383,6 +387,7 @@ fieldset/SCR:
383387
description: Clear timestamp overflow flag
384388
bit_offset: 4
385389
bit_size: 1
390+
enum: CALRF
386391
fieldset/SHIFTR:
387392
description: Shift control register
388393
fields:
@@ -652,6 +657,12 @@ enum/POL:
652657
- name: Low
653658
description: The pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])
654659
value: 1
660+
enum/RECALPF:
661+
bit_size: 1
662+
variants:
663+
- name: Pending
664+
description: The RECALPF status flag is automatically set to 1 when software writes to the RTC_CALR register, indicating that the RTC_CALR register is blocked. When the new calibration settings are taken into account, this bit returns to 0
665+
value: 1
655666
enum/TAMPALRM_TYPE:
656667
bit_size: 1
657668
variants:

0 commit comments

Comments
 (0)