Fix stm32u5 accidentally removed fieldset/PRIVCFGR

This commit is contained in:
Dario Nieuwenhuis 2021-11-27 02:32:51 +01:00
parent b643072930
commit 2e8c0bc791

View File

@ -329,6 +329,19 @@ fieldset/PCR:
array: array:
len: 16 len: 16
stride: 1 stride: 1
fieldset/PRIVCFGR:
description: "PWR privilege control register "
fields:
- name: SPRIV
description: "PWR secure functions privilege configuration\r This bit is set and reset by software. It can be written only by a secure privileged access."
bit_offset: 0
bit_size: 1
enum: SPRIV
- name: NSPRIV
description: "PWR non-secure functions privilege configuration\r This bit is set and reset by software. It can be written only by privileged access, secure or non-secure."
bit_offset: 1
bit_size: 1
enum: NSPRIV
fieldset/SECCFGR: fieldset/SECCFGR:
description: "PWR security configuration register " description: "PWR security configuration register "
fields: fields: