chiptool fmt.
This commit is contained in:
parent
afee4331ad
commit
5d58d7ddda
@ -249,13 +249,6 @@ fieldset/CSR2:
|
|||||||
description: USB HS regulator enable.
|
description: USB HS regulator enable.
|
||||||
bit_offset: 27
|
bit_offset: 27
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum/SDLEVEL:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Reset
|
|
||||||
value: 0
|
|
||||||
- name: V1_8
|
|
||||||
value: 1
|
|
||||||
fieldset/CSR3:
|
fieldset/CSR3:
|
||||||
description: PWR CPU control register 3.
|
description: PWR CPU control register 3.
|
||||||
fields:
|
fields:
|
||||||
@ -560,6 +553,13 @@ enum/RLPSN:
|
|||||||
- name: Normal
|
- name: Normal
|
||||||
description: RAM remains in normal mode when system enters to STOP.
|
description: RAM remains in normal mode when system enters to STOP.
|
||||||
value: 1
|
value: 1
|
||||||
|
enum/SDLEVEL:
|
||||||
|
bit_size: 1
|
||||||
|
variants:
|
||||||
|
- name: Reset
|
||||||
|
value: 0
|
||||||
|
- name: V1_8
|
||||||
|
value: 1
|
||||||
enum/SVOS:
|
enum/SVOS:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
|
@ -2092,15 +2092,6 @@ fieldset/CR:
|
|||||||
array:
|
array:
|
||||||
len: 3
|
len: 3
|
||||||
stride: 2
|
stride: 2
|
||||||
enum/HSEEXT:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: Analog
|
|
||||||
description: HSE in analog mode (default after reset)
|
|
||||||
value: 0
|
|
||||||
- name: Digital
|
|
||||||
description: HSE in digital mode
|
|
||||||
value: 1
|
|
||||||
fieldset/CRRCR:
|
fieldset/CRRCR:
|
||||||
description: RCC clock recovery RC register.
|
description: RCC clock recovery RC register.
|
||||||
fields:
|
fields:
|
||||||
@ -2352,27 +2343,6 @@ enum/ADFSEL:
|
|||||||
- name: PLL2_P
|
- name: PLL2_P
|
||||||
description: pll2_p_ck selected as ADF kernel clock.
|
description: pll2_p_ck selected as ADF kernel clock.
|
||||||
value: 1
|
value: 1
|
||||||
enum/HPRE:
|
|
||||||
bit_size: 4
|
|
||||||
variants:
|
|
||||||
- name: Div1
|
|
||||||
value: 0
|
|
||||||
- name: Div2
|
|
||||||
value: 8
|
|
||||||
- name: Div4
|
|
||||||
value: 9
|
|
||||||
- name: Div8
|
|
||||||
value: 10
|
|
||||||
- name: Div16
|
|
||||||
value: 11
|
|
||||||
- name: Div64
|
|
||||||
value: 12
|
|
||||||
- name: Div128
|
|
||||||
value: 13
|
|
||||||
- name: Div256
|
|
||||||
value: 14
|
|
||||||
- name: Div512
|
|
||||||
value: 15
|
|
||||||
enum/CECSEL:
|
enum/CECSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
@ -2463,6 +2433,36 @@ enum/FMCSWP:
|
|||||||
- name: B_0x5
|
- name: B_0x5
|
||||||
description: The switch is in recovery position (hclk5/4).
|
description: The switch is in recovery position (hclk5/4).
|
||||||
value: 5
|
value: 5
|
||||||
|
enum/HPRE:
|
||||||
|
bit_size: 4
|
||||||
|
variants:
|
||||||
|
- name: Div1
|
||||||
|
value: 0
|
||||||
|
- name: Div2
|
||||||
|
value: 8
|
||||||
|
- name: Div4
|
||||||
|
value: 9
|
||||||
|
- name: Div8
|
||||||
|
value: 10
|
||||||
|
- name: Div16
|
||||||
|
value: 11
|
||||||
|
- name: Div64
|
||||||
|
value: 12
|
||||||
|
- name: Div128
|
||||||
|
value: 13
|
||||||
|
- name: Div256
|
||||||
|
value: 14
|
||||||
|
- name: Div512
|
||||||
|
value: 15
|
||||||
|
enum/HSEEXT:
|
||||||
|
bit_size: 1
|
||||||
|
variants:
|
||||||
|
- name: Analog
|
||||||
|
description: HSE in analog mode (default after reset)
|
||||||
|
value: 0
|
||||||
|
- name: Digital
|
||||||
|
description: HSE in digital mode
|
||||||
|
value: 1
|
||||||
enum/HSIDIV:
|
enum/HSIDIV:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user