Skip to content

Commit 8fd967f

Browse files
author
Gerzain Mata
committed
Revert typo (DBPR -> DBPCR)
1 parent f075b44 commit 8fd967f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

data/registers/pwr_wba.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ block/PWR:
3333
description: wakeup control register 3
3434
byte_offset: 28
3535
fieldset: WUCR3
36-
- name: DBPR
36+
- name: DBPCR
3737
description: disable Backup domain register.
3838
byte_offset: 40
39-
fieldset: DBPR
39+
fieldset: DBPCR
4040
- name: SECCFGR
4141
description: security configuration register
4242
byte_offset: 48
@@ -182,7 +182,7 @@ fieldset/CR3:
182182
bit_offset: 15
183183
bit_size: 1
184184
enum: V11FBSW
185-
fieldset/DBPR:
185+
fieldset/DBPCR:
186186
description: disable Backup domain register.
187187
fields:
188188
- name: DBP
@@ -703,10 +703,10 @@ enum/VBSEC:
703703
bit_size: 1
704704
variants:
705705
- name: B_0x0
706-
description: DBPR can be read and written with secure or non-secure access.
706+
description: DBPCR can be read and written with secure or non-secure access.
707707
value: 0
708708
- name: B_0x1
709-
description: DBPR can be read and written only with secure access.
709+
description: DBPCR can be read and written only with secure access.
710710
value: 1
711711
enum/VDMSEC:
712712
bit_size: 1

0 commit comments

Comments
 (0)