pwr: add sdlevel enum.
This commit is contained in:
parent
c6b8d61400
commit
7725fc62f7
@ -166,6 +166,7 @@ fieldset/CR3:
|
||||
description: Step-down converter voltage output level selection
|
||||
bit_offset: 4
|
||||
bit_size: 2
|
||||
enum: SDLEVEL
|
||||
- name: VBE
|
||||
description: VBAT charging enable
|
||||
bit_offset: 8
|
||||
@ -262,6 +263,17 @@ fieldset/WKUPFR:
|
||||
array:
|
||||
len: 6
|
||||
stride: 1
|
||||
enum/SDLEVEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
- name: Reset
|
||||
value: 0
|
||||
- name: V1_8
|
||||
value: 1
|
||||
- name: V2_5
|
||||
value: 2
|
||||
- name: V2_5_ALT
|
||||
value: 3
|
||||
enum/VOS:
|
||||
bit_size: 2
|
||||
variants:
|
||||
|
@ -166,6 +166,7 @@ fieldset/CR3:
|
||||
description: Step-down converter voltage output level selection
|
||||
bit_offset: 4
|
||||
bit_size: 2
|
||||
enum: SDLEVEL
|
||||
- name: VBE
|
||||
description: VBAT charging enable
|
||||
bit_offset: 8
|
||||
@ -262,6 +263,17 @@ fieldset/WKUPFR:
|
||||
array:
|
||||
len: 6
|
||||
stride: 1
|
||||
enum/SDLEVEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
- name: Reset
|
||||
value: 0
|
||||
- name: V1_8
|
||||
value: 1
|
||||
- name: V2_5
|
||||
value: 2
|
||||
- name: V2_5_ALT
|
||||
value: 3
|
||||
enum/VOS:
|
||||
bit_size: 2
|
||||
variants:
|
||||
|
@ -166,6 +166,7 @@ fieldset/CR3:
|
||||
description: Step-down converter voltage output level selection
|
||||
bit_offset: 4
|
||||
bit_size: 2
|
||||
enum: SDLEVEL
|
||||
- name: VBE
|
||||
description: VBAT charging enable
|
||||
bit_offset: 8
|
||||
@ -262,6 +263,17 @@ fieldset/WKUPFR:
|
||||
array:
|
||||
len: 6
|
||||
stride: 1
|
||||
enum/SDLEVEL:
|
||||
bit_size: 2
|
||||
variants:
|
||||
- name: Reset
|
||||
value: 0
|
||||
- name: V1_8
|
||||
value: 1
|
||||
- name: V2_5
|
||||
value: 2
|
||||
- name: V2_5_ALT
|
||||
value: 3
|
||||
enum/VOS:
|
||||
bit_size: 2
|
||||
variants:
|
||||
|
Loading…
x
Reference in New Issue
Block a user