pwr/wl5: remove some enums
This commit is contained in:
parent
5e70b63e39
commit
6146d25433
@ -147,7 +147,6 @@ fieldset/CR1:
|
|||||||
description: Disable backup domain write protection
|
description: Disable backup domain write protection
|
||||||
bit_offset: 8
|
bit_offset: 8
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: DBP
|
|
||||||
- name: VOS
|
- name: VOS
|
||||||
description: Voltage scaling range selection
|
description: Voltage scaling range selection
|
||||||
bit_offset: 9
|
bit_offset: 9
|
||||||
@ -175,7 +174,6 @@ fieldset/CR2:
|
|||||||
description: "Peripheral voltage monitoring 3 enable: VDDA vs. 1.62V"
|
description: "Peripheral voltage monitoring 3 enable: VDDA vs. 1.62V"
|
||||||
bit_offset: 6
|
bit_offset: 6
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: PVME
|
|
||||||
fieldset/CR3:
|
fieldset/CR3:
|
||||||
description: Power control register 3
|
description: Power control register 3
|
||||||
fields:
|
fields:
|
||||||
@ -186,17 +184,14 @@ fieldset/CR3:
|
|||||||
array:
|
array:
|
||||||
len: 3
|
len: 3
|
||||||
stride: 1
|
stride: 1
|
||||||
enum: EWUP
|
|
||||||
- name: EULPEN
|
- name: EULPEN
|
||||||
description: Ultra-low-power enable
|
description: Ultra-low-power enable
|
||||||
bit_offset: 7
|
bit_offset: 7
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: EULPEN
|
|
||||||
- name: EWPVD
|
- name: EWPVD
|
||||||
description: Enable wakeup PVD for CPU1
|
description: Enable wakeup PVD for CPU1
|
||||||
bit_offset: 8
|
bit_offset: 8
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: EWPVD
|
|
||||||
- name: RRS
|
- name: RRS
|
||||||
description: SRAM2 retention in Standby mode
|
description: SRAM2 retention in Standby mode
|
||||||
bit_offset: 9
|
bit_offset: 9
|
||||||
@ -206,7 +201,6 @@ fieldset/CR3:
|
|||||||
description: Apply pull-up and pull-down configuration from CPU1
|
description: Apply pull-up and pull-down configuration from CPU1
|
||||||
bit_offset: 10
|
bit_offset: 10
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: APC
|
|
||||||
- name: EWRFBUSY
|
- name: EWRFBUSY
|
||||||
description: Enable Radio BUSY Wakeup from Standby for CPU1
|
description: Enable Radio BUSY Wakeup from Standby for CPU1
|
||||||
bit_offset: 11
|
bit_offset: 11
|
||||||
@ -225,7 +219,6 @@ fieldset/CR3:
|
|||||||
description: Enable internal wakeup line for CPU1
|
description: Enable internal wakeup line for CPU1
|
||||||
bit_offset: 15
|
bit_offset: 15
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: EIWUL
|
|
||||||
fieldset/CR4:
|
fieldset/CR4:
|
||||||
description: Power control register 4
|
description: Power control register 4
|
||||||
fields:
|
fields:
|
||||||
@ -467,15 +460,6 @@ fieldset/SUBGHZSPICR:
|
|||||||
bit_offset: 15
|
bit_offset: 15
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: NSS
|
enum: NSS
|
||||||
enum/APC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Disabled
|
|
||||||
description: I/O pull-up and pull-down configurations defined in the PWR_PUCRx and PWR_PDCRx registers are applied
|
|
||||||
value: 0
|
|
||||||
- name: Enabled
|
|
||||||
description: PWR_PUCRx and PWR_PDCRx registers are NOT applied to the I/Os
|
|
||||||
value: 1
|
|
||||||
enum/CDS:
|
enum/CDS:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
@ -503,42 +487,6 @@ enum/CSTOPF:
|
|||||||
- name: Stop
|
- name: Stop
|
||||||
description: System has been in Stop 2 mode
|
description: System has been in Stop 2 mode
|
||||||
value: 1
|
value: 1
|
||||||
enum/DBP:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Disabled
|
|
||||||
description: Access to RTC and backup registers disabled
|
|
||||||
value: 0
|
|
||||||
- name: Enabled
|
|
||||||
description: Access to RTC and backup registers enabled
|
|
||||||
value: 1
|
|
||||||
enum/EIWUL:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Disabled
|
|
||||||
description: Internal wakeup line interrupt to CPU disabled
|
|
||||||
value: 0
|
|
||||||
- name: Enabled
|
|
||||||
description: Internal wakeup line interrupt to CPU enabled
|
|
||||||
value: 1
|
|
||||||
enum/EULPEN:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Disabled
|
|
||||||
description: Disable (the supply voltage is monitored continuously)
|
|
||||||
value: 0
|
|
||||||
- name: Enabled
|
|
||||||
description: "Enable, when set, the supply voltage is sampled for PDR/BOR reset condition only periodically"
|
|
||||||
value: 1
|
|
||||||
enum/EWPVD:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Disabled
|
|
||||||
description: PVD not enabled by the sub-GHz radio active state
|
|
||||||
value: 0
|
|
||||||
- name: Enabled
|
|
||||||
description: PVD enabled while the sub-GHz radio is active
|
|
||||||
value: 1
|
|
||||||
enum/EWRFBUSY:
|
enum/EWRFBUSY:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
@ -557,15 +505,6 @@ enum/EWRFIRQ:
|
|||||||
- name: Enabled
|
- name: Enabled
|
||||||
description: "Radio IRQ[2:0] is enabled and triggers a wakeup from Standby event to CPU."
|
description: "Radio IRQ[2:0] is enabled and triggers a wakeup from Standby event to CPU."
|
||||||
value: 1
|
value: 1
|
||||||
enum/EWUP:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Disabled
|
|
||||||
description: WKUP pin 3 is used for general purpose I/Os. An event on the WKUP pin 3 does not wakeup the device from Standby mode
|
|
||||||
value: 0
|
|
||||||
- name: Enabled
|
|
||||||
description: WKUP pin 3 is used for wakeup from Standby mode and forced in input pull down configuration (rising edge on WKUP pin 3wakes-up the system from Standby mode)
|
|
||||||
value: 1
|
|
||||||
enum/FLASHRDY:
|
enum/FLASHRDY:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
@ -683,15 +622,6 @@ enum/PVDO:
|
|||||||
- name: Below
|
- name: Below
|
||||||
description: VDD or voltage level on PVD_IN below the selected PVD threshold
|
description: VDD or voltage level on PVD_IN below the selected PVD threshold
|
||||||
value: 1
|
value: 1
|
||||||
enum/PVME:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Disabled
|
|
||||||
description: PVM3 (VDDA monitoring versus 1.62 V threshold) disable
|
|
||||||
value: 0
|
|
||||||
- name: Enabled
|
|
||||||
description: PVM3 (VDDA monitoring versus 1.62 V threshold) enable
|
|
||||||
value: 1
|
|
||||||
enum/PVMO:
|
enum/PVMO:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user