rcc: make naming consistent between "mco" and "mcosel".

This commit is contained in:
Dario Nieuwenhuis 2023-10-07 00:46:19 +02:00
parent 8d112b7a93
commit 6c73ffbd0b
17 changed files with 149 additions and 149 deletions

View File

@ -380,12 +380,12 @@ fieldset/CFGR:
bit_offset: 20 bit_offset: 20
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCOSEL - name: MCO1SEL
description: "Microcontroller clock output clock selector\r This bitfield is controlled by software. It sets the clock selector for MCO output as follows:\r Note: This clock output may have some truncated cycles at startup or during MCO clock source switching. Any other value means no clock on MCO." description: "Microcontroller clock output clock selector\r This bitfield is controlled by software. It sets the clock selector for MCO output as follows:\r Note: This clock output may have some truncated cycles at startup or during MCO clock source switching. Any other value means no clock on MCO."
bit_offset: 24 bit_offset: 24
bit_size: 4 bit_size: 4
enum: MCOSEL enum: MCOSEL
- name: MCOPRE - name: MCO1PRE
description: "Microcontroller clock output prescaler\r This bitfield is controlled by software. It sets the division factor of the clock sent to the MCO output as follows:\r ...\r It is highly recommended to set this field before the MCO output is enabled." description: "Microcontroller clock output prescaler\r This bitfield is controlled by software. It sets the division factor of the clock sent to the MCO output as follows:\r ...\r It is highly recommended to set this field before the MCO output is enabled."
bit_offset: 28 bit_offset: 28
bit_size: 4 bit_size: 4

View File

@ -474,11 +474,11 @@ fieldset/CFGR:
bit_offset: 18 bit_offset: 18
bit_size: 4 bit_size: 4
enum: PLLMUL enum: PLLMUL
- name: MCO - name: MCOSEL
description: Microcontroller clock output description: Microcontroller clock output
bit_offset: 24 bit_offset: 24
bit_size: 3 bit_size: 3
enum: MCO enum: MCOSEL
- name: MCOPRE - name: MCOPRE
description: Microcontroller Clock Output Prescaler description: Microcontroller Clock Output Prescaler
bit_offset: 28 bit_offset: 28
@ -817,7 +817,34 @@ enum/LSEDRV:
- name: High - name: High
description: High driving capability description: High driving capability
value: 3 value: 3
enum/MCO: enum/MCOPRE:
bit_size: 3
variants:
- name: Div1
description: MCO is divided by 1
value: 0
- name: Div2
description: MCO is divided by 2
value: 1
- name: Div4
description: MCO is divided by 4
value: 2
- name: Div8
description: MCO is divided by 8
value: 3
- name: Div16
description: MCO is divided by 16
value: 4
- name: Div32
description: MCO is divided by 32
value: 5
- name: Div64
description: MCO is divided by 64
value: 6
- name: Div128
description: MCO is divided by 128
value: 7
enum/MCOSEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: NoMCO - name: NoMCO
@ -847,33 +874,6 @@ enum/MCO:
- name: HSI48 - name: HSI48
description: Internal RC 48 MHz (HSI48) oscillator clock selected description: Internal RC 48 MHz (HSI48) oscillator clock selected
value: 8 value: 8
enum/MCOPRE:
bit_size: 3
variants:
- name: Div1
description: MCO is divided by 1
value: 0
- name: Div2
description: MCO is divided by 2
value: 1
- name: Div4
description: MCO is divided by 4
value: 2
- name: Div8
description: MCO is divided by 8
value: 3
- name: Div16
description: MCO is divided by 16
value: 4
- name: Div32
description: MCO is divided by 32
value: 5
- name: Div64
description: MCO is divided by 64
value: 6
- name: Div128
description: MCO is divided by 128
value: 7
enum/PLLMUL: enum/PLLMUL:
bit_size: 4 bit_size: 4
variants: variants:

View File

@ -493,11 +493,11 @@ fieldset/CFGR:
bit_offset: 22 bit_offset: 22
bit_size: 1 bit_size: 1
enum: USBPRE enum: USBPRE
- name: MCO - name: MCOSEL
description: Microcontroller clock output description: Microcontroller clock output
bit_offset: 24 bit_offset: 24
bit_size: 3 bit_size: 3
enum: MCO enum: MCOSEL
fieldset/CIR: fieldset/CIR:
description: Clock interrupt register (RCC_CIR) description: Clock interrupt register (RCC_CIR)
fields: fields:
@ -696,7 +696,7 @@ enum/HPRE:
- name: Div512 - name: Div512
description: SYSCLK divided by 512 description: SYSCLK divided by 512
value: 15 value: 15
enum/MCO: enum/MCOSEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: NoMCO - name: NoMCO

View File

@ -456,11 +456,11 @@ fieldset/CFGR:
bit_offset: 18 bit_offset: 18
bit_size: 4 bit_size: 4
enum: PLLMUL enum: PLLMUL
- name: MCO - name: MCOSEL
description: Microcontroller clock output description: Microcontroller clock output
bit_offset: 24 bit_offset: 24
bit_size: 3 bit_size: 3
enum: MCO enum: MCOSEL
fieldset/CFGR2: fieldset/CFGR2:
description: Clock configuration register 2 description: Clock configuration register 2
fields: fields:
@ -667,7 +667,7 @@ enum/HPRE:
- name: Div512 - name: Div512
description: SYSCLK divided by 512 description: SYSCLK divided by 512
value: 15 value: 15
enum/MCO: enum/MCOSEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: NoMCO - name: NoMCO

View File

@ -440,11 +440,11 @@ fieldset/CFGR:
bit_offset: 22 bit_offset: 22
bit_size: 1 bit_size: 1
enum: USBPRE enum: USBPRE
- name: MCO - name: MCOSEL
description: Microcontroller clock output description: Microcontroller clock output
bit_offset: 24 bit_offset: 24
bit_size: 4 bit_size: 4
enum: MCO enum: MCOSEL
fieldset/CFGR2: fieldset/CFGR2:
description: Clock configuration register2 (RCC_CFGR2) description: Clock configuration register2 (RCC_CFGR2)
fields: fields:
@ -730,7 +730,7 @@ enum/I2S2SRC:
- name: PLL3 - name: PLL3
description: PLL3 VCO clock selected as I2S clock entry description: PLL3 VCO clock selected as I2S clock entry
value: 1 value: 1
enum/MCO: enum/MCOSEL:
bit_size: 4 bit_size: 4
variants: variants:
- name: NoMCO - name: NoMCO

View File

@ -914,11 +914,11 @@ fieldset/CFGR:
description: HSE division factor for RTC clock description: HSE division factor for RTC clock
bit_offset: 16 bit_offset: 16
bit_size: 5 bit_size: 5
- name: MCO1 - name: MCO1SEL
description: Microcontroller clock output 1 description: Microcontroller clock output 1
bit_offset: 21 bit_offset: 21
bit_size: 2 bit_size: 2
enum: MCO1 enum: MCO1SEL
- name: I2SSRC - name: I2SSRC
description: I2S clock selection description: I2S clock selection
bit_offset: 23 bit_offset: 23
@ -934,11 +934,11 @@ fieldset/CFGR:
bit_offset: 27 bit_offset: 27
bit_size: 3 bit_size: 3
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: Microcontroller clock output 2 description: Microcontroller clock output 2
bit_offset: 30 bit_offset: 30
bit_size: 2 bit_size: 2
enum: MCO2 enum: MCO2SEL
fieldset/CIR: fieldset/CIR:
description: clock interrupt register description: clock interrupt register
fields: fields:
@ -1211,7 +1211,7 @@ enum/ISSRC:
- name: CKIN - name: CKIN
description: External clock mapped on the I2S_CKIN pin used as I2S clock source description: External clock mapped on the I2S_CKIN pin used as I2S clock source
value: 1 value: 1
enum/MCO1: enum/MCO1SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: HSI - name: HSI
@ -1226,7 +1226,7 @@ enum/MCO1:
- name: PLL - name: PLL
description: PLL clock selected description: PLL clock selected
value: 3 value: 3
enum/MCO2: enum/MCO2SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -542,11 +542,11 @@ fieldset/CFGR:
bit_offset: 23 bit_offset: 23
bit_size: 1 bit_size: 1
enum: ISSRC enum: ISSRC
- name: MCO - name: MCOSEL
description: Microcontroller clock output description: Microcontroller clock output
bit_offset: 24 bit_offset: 24
bit_size: 3 bit_size: 3
enum: MCO enum: MCOSEL
- name: SDPRE - name: SDPRE
description: SDADC prescaler description: SDADC prescaler
bit_offset: 27 bit_offset: 27
@ -968,30 +968,6 @@ enum/LSEDRV:
- name: High - name: High
description: High driving capability description: High driving capability
value: 3 value: 3
enum/MCO:
bit_size: 3
variants:
- name: NoMCO
description: MCO output disabled, no clock on MCO
value: 0
- name: LSI
description: Internal low speed (LSI) oscillator clock selected
value: 2
- name: LSE
description: External low speed (LSE) oscillator clock selected
value: 3
- name: SYSCLK
description: System clock selected
value: 4
- name: HSI
description: Internal RC 8 MHz (HSI) oscillator clock selected
value: 5
- name: HSE
description: External 4-32 MHz (HSE) oscillator clock selected
value: 6
- name: PLL
description: PLL clock selected (divided by 1 or 2, depending en PLLNODIV)
value: 7
enum/MCOPRE: enum/MCOPRE:
bit_size: 3 bit_size: 3
variants: variants:
@ -1019,6 +995,30 @@ enum/MCOPRE:
- name: Div128 - name: Div128
description: MCO is divided by 128 description: MCO is divided by 128
value: 7 value: 7
enum/MCOSEL:
bit_size: 3
variants:
- name: NoMCO
description: MCO output disabled, no clock on MCO
value: 0
- name: LSI
description: Internal low speed (LSI) oscillator clock selected
value: 2
- name: LSE
description: External low speed (LSE) oscillator clock selected
value: 3
- name: SYSCLK
description: System clock selected
value: 4
- name: HSI
description: Internal RC 8 MHz (HSI) oscillator clock selected
value: 5
- name: HSE
description: External 4-32 MHz (HSE) oscillator clock selected
value: 6
- name: PLL
description: PLL clock selected (divided by 1 or 2, depending en PLLNODIV)
value: 7
enum/PLLMUL: enum/PLLMUL:
bit_size: 4 bit_size: 4
variants: variants:

View File

@ -518,11 +518,11 @@ fieldset/CFGR:
bit_offset: 23 bit_offset: 23
bit_size: 1 bit_size: 1
enum: ISSRC enum: ISSRC
- name: MCO - name: MCOSEL
description: Microcontroller clock output description: Microcontroller clock output
bit_offset: 24 bit_offset: 24
bit_size: 3 bit_size: 3
enum: MCO enum: MCOSEL
- name: SDPRE - name: SDPRE
description: SDADC prescaler description: SDADC prescaler
bit_offset: 27 bit_offset: 27
@ -944,30 +944,6 @@ enum/LSEDRV:
- name: High - name: High
description: High driving capability description: High driving capability
value: 3 value: 3
enum/MCO:
bit_size: 3
variants:
- name: NoMCO
description: MCO output disabled, no clock on MCO
value: 0
- name: LSI
description: Internal low speed (LSI) oscillator clock selected
value: 2
- name: LSE
description: External low speed (LSE) oscillator clock selected
value: 3
- name: SYSCLK
description: System clock selected
value: 4
- name: HSI
description: Internal RC 8 MHz (HSI) oscillator clock selected
value: 5
- name: HSE
description: External 4-32 MHz (HSE) oscillator clock selected
value: 6
- name: PLL
description: PLL clock selected (divided by 1 or 2, depending en PLLNODIV)
value: 7
enum/MCOPRE: enum/MCOPRE:
bit_size: 3 bit_size: 3
variants: variants:
@ -995,6 +971,30 @@ enum/MCOPRE:
- name: Div128 - name: Div128
description: MCO is divided by 128 description: MCO is divided by 128
value: 7 value: 7
enum/MCOSEL:
bit_size: 3
variants:
- name: NoMCO
description: MCO output disabled, no clock on MCO
value: 0
- name: LSI
description: Internal low speed (LSI) oscillator clock selected
value: 2
- name: LSE
description: External low speed (LSE) oscillator clock selected
value: 3
- name: SYSCLK
description: System clock selected
value: 4
- name: HSI
description: Internal RC 8 MHz (HSI) oscillator clock selected
value: 5
- name: HSE
description: External 4-32 MHz (HSE) oscillator clock selected
value: 6
- name: PLL
description: PLL clock selected (divided by 1 or 2, depending en PLLNODIV)
value: 7
enum/PLLMUL: enum/PLLMUL:
bit_size: 4 bit_size: 4
variants: variants:

View File

@ -1251,11 +1251,11 @@ fieldset/CFGR:
description: HSE division factor for RTC clock description: HSE division factor for RTC clock
bit_offset: 16 bit_offset: 16
bit_size: 5 bit_size: 5
- name: MCO1 - name: MCO1SEL
description: Microcontroller clock output 1 description: Microcontroller clock output 1
bit_offset: 21 bit_offset: 21
bit_size: 2 bit_size: 2
enum: MCO1 enum: MCO1SEL
- name: I2SSRC - name: I2SSRC
description: I2S clock selection description: I2S clock selection
bit_offset: 23 bit_offset: 23
@ -1271,11 +1271,11 @@ fieldset/CFGR:
bit_offset: 27 bit_offset: 27
bit_size: 3 bit_size: 3
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: Microcontroller clock output 2 description: Microcontroller clock output 2
bit_offset: 30 bit_offset: 30
bit_size: 2 bit_size: 2
enum: MCO2 enum: MCO2SEL
fieldset/CIR: fieldset/CIR:
description: clock interrupt register description: clock interrupt register
fields: fields:
@ -1876,7 +1876,7 @@ enum/LSEMOD:
- name: High - name: High
description: LSE oscillator high drive mode selection description: LSE oscillator high drive mode selection
value: 1 value: 1
enum/MCO1: enum/MCO1SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: HSI - name: HSI
@ -1891,7 +1891,7 @@ enum/MCO1:
- name: PLL - name: PLL
description: PLL clock selected description: PLL clock selected
value: 3 value: 3
enum/MCO2: enum/MCO2SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -532,11 +532,11 @@ fieldset/CFGR:
description: HSE division factor for RTC clock description: HSE division factor for RTC clock
bit_offset: 16 bit_offset: 16
bit_size: 5 bit_size: 5
- name: MCO1 - name: MCO1SEL
description: Microcontroller clock output 1 description: Microcontroller clock output 1
bit_offset: 21 bit_offset: 21
bit_size: 2 bit_size: 2
enum: MCO1 enum: MCO1SEL
- name: MCO1PRE - name: MCO1PRE
description: MCO1 prescaler description: MCO1 prescaler
bit_offset: 24 bit_offset: 24
@ -547,11 +547,11 @@ fieldset/CFGR:
bit_offset: 27 bit_offset: 27
bit_size: 3 bit_size: 3
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: Microcontroller clock output 2 description: Microcontroller clock output 2
bit_offset: 30 bit_offset: 30
bit_size: 2 bit_size: 2
enum: MCO2 enum: MCO2SEL
fieldset/CIR: fieldset/CIR:
description: clock interrupt register description: clock interrupt register
fields: fields:
@ -857,7 +857,7 @@ enum/LPTIMSEL:
- name: LSE - name: LSE
description: LSE clock is selected as LPTILM1 clock description: LSE clock is selected as LPTILM1 clock
value: 3 value: 3
enum/MCO1: enum/MCO1SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: HSI - name: HSI
@ -872,7 +872,7 @@ enum/MCO1:
- name: PLL - name: PLL
description: PLL clock selected description: PLL clock selected
value: 3 value: 3
enum/MCO2: enum/MCO2SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -1235,11 +1235,11 @@ fieldset/CFGR:
description: HSE division factor for RTC clock description: HSE division factor for RTC clock
bit_offset: 16 bit_offset: 16
bit_size: 5 bit_size: 5
- name: MCO1 - name: MCO1SEL
description: Microcontroller clock output 1 description: Microcontroller clock output 1
bit_offset: 21 bit_offset: 21
bit_size: 2 bit_size: 2
enum: MCO1 enum: MCO1SEL
- name: I2SSRC - name: I2SSRC
description: I2S clock selection description: I2S clock selection
bit_offset: 23 bit_offset: 23
@ -1255,11 +1255,11 @@ fieldset/CFGR:
bit_offset: 27 bit_offset: 27
bit_size: 3 bit_size: 3
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: Microcontroller clock output 2 description: Microcontroller clock output 2
bit_offset: 30 bit_offset: 30
bit_size: 2 bit_size: 2
enum: MCO2 enum: MCO2SEL
fieldset/CIR: fieldset/CIR:
description: clock interrupt register description: clock interrupt register
fields: fields:
@ -1808,7 +1808,7 @@ enum/LSEDRV:
- name: High - name: High
description: High driving capability description: High driving capability
value: 3 value: 3
enum/MCO1: enum/MCO1SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: HSI - name: HSI
@ -1823,7 +1823,7 @@ enum/MCO1:
- name: PLL - name: PLL
description: PLL clock selected description: PLL clock selected
value: 3 value: 3
enum/MCO2: enum/MCO2SEL:
bit_size: 2 bit_size: 2
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -846,12 +846,12 @@ fieldset/CFGR:
bit_offset: 20 bit_offset: 20
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCOSEL - name: MCO1SEL
description: Microcontroller clock output description: Microcontroller clock output
bit_offset: 24 bit_offset: 24
bit_size: 3 bit_size: 3
enum: MCOSEL enum: MCOSEL
- name: MCOPRE - name: MCO1PRE
description: Microcontroller clock output prescaler description: Microcontroller clock output prescaler
bit_offset: 28 bit_offset: 28
bit_size: 3 bit_size: 3

View File

@ -1668,21 +1668,21 @@ fieldset/CFGR:
bit_offset: 18 bit_offset: 18
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO1 - name: MCO1SEL
description: "Microcontroller clock output 1\r Set and cleared by software. Clock source selection may generate glitches on MCO1.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved" description: "Microcontroller clock output 1\r Set and cleared by software. Clock source selection may generate glitches on MCO1.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved"
bit_offset: 22 bit_offset: 22
bit_size: 3 bit_size: 3
enum: MCO1 enum: MCO1SEL
- name: MCO2PRE - name: MCO2PRE
description: "MCO2 prescaler\r Set and cleared by software to configure the prescaler of the MCO2. Modification of this prescaler may generate glitches on MCO2. It is highly recommended to change this prescaler only after reset, before enabling the external oscillators and the PLLs.\r ..." description: "MCO2 prescaler\r Set and cleared by software to configure the prescaler of the MCO2. Modification of this prescaler may generate glitches on MCO2. It is highly recommended to change this prescaler only after reset, before enabling the external oscillators and the PLLs.\r ..."
bit_offset: 25 bit_offset: 25
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: "microcontroller clock output 2\r Set and cleared by software. Clock source selection may generate glitches on MCO2.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved" description: "microcontroller clock output 2\r Set and cleared by software. Clock source selection may generate glitches on MCO2.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved"
bit_offset: 29 bit_offset: 29
bit_size: 3 bit_size: 3
enum: MCO2 enum: MCO2SEL
fieldset/CFGR2: fieldset/CFGR2:
description: RCC CPU domain clock configuration register 2 description: RCC CPU domain clock configuration register 2
fields: fields:
@ -2327,7 +2327,7 @@ enum/LSEEXT:
- name: Digital - name: Digital
description: LSE in digital mode (do not use if RTC is active). description: LSE in digital mode (do not use if RTC is active).
value: 1 value: 1
enum/MCO1: enum/MCO1SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: HSI - name: HSI
@ -2345,7 +2345,7 @@ enum/MCO1:
- name: HSI48 - name: HSI48
description: HSI48 selected for micro-controller clock output description: HSI48 selected for micro-controller clock output
value: 4 value: 4
enum/MCO2: enum/MCO2SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -952,21 +952,21 @@ fieldset/CFGR:
bit_offset: 18 bit_offset: 18
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO1 - name: MCO1SEL
description: "Microcontroller clock output 1\r Set and cleared by software. Clock source selection may generate glitches on MCO1.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved" description: "Microcontroller clock output 1\r Set and cleared by software. Clock source selection may generate glitches on MCO1.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved"
bit_offset: 22 bit_offset: 22
bit_size: 3 bit_size: 3
enum: MCO1 enum: MCO1SEL
- name: MCO2PRE - name: MCO2PRE
description: "MCO2 prescaler\r Set and cleared by software to configure the prescaler of the MCO2. Modification of this prescaler may generate glitches on MCO2. It is highly recommended to change this prescaler only after reset, before enabling the external oscillators and the PLLs.\r ..." description: "MCO2 prescaler\r Set and cleared by software to configure the prescaler of the MCO2. Modification of this prescaler may generate glitches on MCO2. It is highly recommended to change this prescaler only after reset, before enabling the external oscillators and the PLLs.\r ..."
bit_offset: 25 bit_offset: 25
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: "microcontroller clock output 2\r Set and cleared by software. Clock source selection may generate glitches on MCO2.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved" description: "microcontroller clock output 2\r Set and cleared by software. Clock source selection may generate glitches on MCO2.\r It is highly recommended to configure these bits only after reset, before enabling the external oscillators and the PLLs.\r others: reserved"
bit_offset: 29 bit_offset: 29
bit_size: 3 bit_size: 3
enum: MCO2 enum: MCO2SEL
fieldset/CFGR2: fieldset/CFGR2:
description: RCC CPU domain clock configuration register 2 description: RCC CPU domain clock configuration register 2
fields: fields:
@ -1519,7 +1519,7 @@ enum/LSEEXT:
- name: Digital - name: Digital
description: LSE in digital mode (do not use if RTC is active). description: LSE in digital mode (do not use if RTC is active).
value: 1 value: 1
enum/MCO1: enum/MCO1SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: HSI - name: HSI
@ -1537,7 +1537,7 @@ enum/MCO1:
- name: HSI48 - name: HSI48
description: HSI48 selected for micro-controller clock output description: HSI48 selected for micro-controller clock output
value: 4 value: 4
enum/MCO2: enum/MCO2SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -2790,21 +2790,21 @@ fieldset/CFGR:
bit_offset: 18 bit_offset: 18
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO1 - name: MCO1SEL
description: Micro-controller clock output 1 description: Micro-controller clock output 1
bit_offset: 22 bit_offset: 22
bit_size: 3 bit_size: 3
enum: MCO1 enum: MCO1SEL
- name: MCO2PRE - name: MCO2PRE
description: MCO2 prescaler description: MCO2 prescaler
bit_offset: 25 bit_offset: 25
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: Micro-controller clock output 2 description: Micro-controller clock output 2
bit_offset: 29 bit_offset: 29
bit_size: 3 bit_size: 3
enum: MCO2 enum: MCO2SEL
fieldset/CICR: fieldset/CICR:
description: RCC Clock Source Interrupt Clear Register description: RCC Clock Source Interrupt Clear Register
fields: fields:
@ -3725,7 +3725,7 @@ enum/LSEDRV:
- name: High - name: High
description: High driving capability description: High driving capability
value: 3 value: 3
enum/MCO1: enum/MCO1SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: HSI - name: HSI
@ -3743,7 +3743,7 @@ enum/MCO1:
- name: HSI48 - name: HSI48
description: HSI48 selected for micro-controller clock output description: HSI48 selected for micro-controller clock output
value: 4 value: 4
enum/MCO2: enum/MCO2SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -1757,21 +1757,21 @@ fieldset/CFGR:
bit_offset: 18 bit_offset: 18
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO1 - name: MCO1SEL
description: Micro-controller clock output 1 description: Micro-controller clock output 1
bit_offset: 22 bit_offset: 22
bit_size: 3 bit_size: 3
enum: MCO1 enum: MCO1SEL
- name: MCO2PRE - name: MCO2PRE
description: MCO2 prescaler description: MCO2 prescaler
bit_offset: 25 bit_offset: 25
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: Micro-controller clock output 2 description: Micro-controller clock output 2
bit_offset: 29 bit_offset: 29
bit_size: 3 bit_size: 3
enum: MCO2 enum: MCO2SEL
fieldset/CICR: fieldset/CICR:
description: RCC Clock Source Interrupt Clear Register description: RCC Clock Source Interrupt Clear Register
fields: fields:
@ -2660,7 +2660,7 @@ enum/LSEDRV:
- name: High - name: High
description: High driving capability description: High driving capability
value: 3 value: 3
enum/MCO1: enum/MCO1SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: HSI - name: HSI
@ -2678,7 +2678,7 @@ enum/MCO1:
- name: HSI48 - name: HSI48
description: HSI48 selected for micro-controller clock output description: HSI48 selected for micro-controller clock output
value: 4 value: 4
enum/MCO2: enum/MCO2SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: SYSCLK - name: SYSCLK

View File

@ -2790,21 +2790,21 @@ fieldset/CFGR:
bit_offset: 18 bit_offset: 18
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO1 - name: MCO1SEL
description: Micro-controller clock output 1 description: Micro-controller clock output 1
bit_offset: 22 bit_offset: 22
bit_size: 3 bit_size: 3
enum: MCO1 enum: MCO1SEL
- name: MCO2PRE - name: MCO2PRE
description: MCO2 prescaler description: MCO2 prescaler
bit_offset: 25 bit_offset: 25
bit_size: 4 bit_size: 4
enum: MCOPRE enum: MCOPRE
- name: MCO2 - name: MCO2SEL
description: Micro-controller clock output 2 description: Micro-controller clock output 2
bit_offset: 29 bit_offset: 29
bit_size: 3 bit_size: 3
enum: MCO2 enum: MCO2SEL
fieldset/CICR: fieldset/CICR:
description: RCC Clock Source Interrupt Clear Register description: RCC Clock Source Interrupt Clear Register
fields: fields:
@ -3725,7 +3725,7 @@ enum/LSEDRV:
- name: High - name: High
description: High driving capability description: High driving capability
value: 3 value: 3
enum/MCO1: enum/MCO1SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: HSI - name: HSI
@ -3743,7 +3743,7 @@ enum/MCO1:
- name: HSI48 - name: HSI48
description: HSI48 selected for micro-controller clock output description: HSI48 selected for micro-controller clock output
value: 4 value: 4
enum/MCO2: enum/MCO2SEL:
bit_size: 3 bit_size: 3
variants: variants:
- name: SYSCLK - name: SYSCLK