Clean up some enum variants, reduce some enums that duplicate.
This commit is contained in:
parent
ca1fa7e249
commit
117e3f3f4b
@ -1533,7 +1533,7 @@ fieldset/CFGR1:
|
|||||||
description: "system clock switch status\r Set and cleared by hardware to indicate which clock source is used as system clock."
|
description: "system clock switch status\r Set and cleared by hardware to indicate which clock source is used as system clock."
|
||||||
bit_offset: 2
|
bit_offset: 2
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
enum: SWS
|
enum: SW
|
||||||
- name: STOPWUCK
|
- name: STOPWUCK
|
||||||
description: "wakeup from Stop and CSS backup clock selection\r Set and cleared by software to select the system clock used when exiting Stop mode.\r The selected clock is also used as emergency clock for the clock security system on HSE. Warning: STOPWUCK must not be modified when the CSS is enabled by HSECSSON bit in RCC_CR and the system clock is HSE (SWS = 10) or a switch on HSE is requested (SW = 10)."
|
description: "wakeup from Stop and CSS backup clock selection\r Set and cleared by software to select the system clock used when exiting Stop mode.\r The selected clock is also used as emergency clock for the clock security system on HSE. Warning: STOPWUCK must not be modified when the CSS is enabled by HSECSSON bit in RCC_CR and the system clock is HSE (SWS = 10) or a switch on HSE is requested (SW = 10)."
|
||||||
bit_offset: 4
|
bit_offset: 4
|
||||||
@ -2214,37 +2214,37 @@ fieldset/SECCFGR:
|
|||||||
description: "HSI clock configuration and status bits security\r Set and reset by software."
|
description: "HSI clock configuration and status bits security\r Set and reset by software."
|
||||||
bit_offset: 0
|
bit_offset: 0
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: HSISEC
|
enum: SECURITY
|
||||||
- name: HSESEC
|
- name: HSESEC
|
||||||
description: "HSE clock configuration bits, status bits and HSE_CSS security\r Set and reset by software."
|
description: "HSE clock configuration bits, status bits and HSE_CSS security\r Set and reset by software."
|
||||||
bit_offset: 1
|
bit_offset: 1
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: HSESEC
|
enum: SECURITY
|
||||||
- name: MSISEC
|
- name: MSISEC
|
||||||
description: "MSI clock configuration and status bits security\r Set and reset by software."
|
description: "MSI clock configuration and status bits security\r Set and reset by software."
|
||||||
bit_offset: 2
|
bit_offset: 2
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: MSISEC
|
enum: SECURITY
|
||||||
- name: LSISEC
|
- name: LSISEC
|
||||||
description: "LSI clock configuration and status bits security\r Set and reset by software."
|
description: "LSI clock configuration and status bits security\r Set and reset by software."
|
||||||
bit_offset: 3
|
bit_offset: 3
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: LSISEC
|
enum: SECURITY
|
||||||
- name: LSESEC
|
- name: LSESEC
|
||||||
description: "LSE clock configuration and status bits security\r Set and reset by software."
|
description: "LSE clock configuration and status bits security\r Set and reset by software."
|
||||||
bit_offset: 4
|
bit_offset: 4
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: LSESEC
|
enum: SECURITY
|
||||||
- name: SYSCLKSEC
|
- name: SYSCLKSEC
|
||||||
description: "SYSCLK clock selection, STOPWUCK bit, clock output on MCO configuration security\r Set and reset by software."
|
description: "SYSCLK clock selection, STOPWUCK bit, clock output on MCO configuration security\r Set and reset by software."
|
||||||
bit_offset: 5
|
bit_offset: 5
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: SYSCLKSEC
|
enum: SECURITY
|
||||||
- name: PRESCSEC
|
- name: PRESCSEC
|
||||||
description: "AHBx/APBx prescaler configuration bits security\r Set and reset by software."
|
description: "AHBx/APBx prescaler configuration bits security\r Set and reset by software."
|
||||||
bit_offset: 6
|
bit_offset: 6
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: PRESCSEC
|
enum: SECURITY
|
||||||
- name: PLLSEC
|
- name: PLLSEC
|
||||||
description: "PLL1 clock configuration and status bits security\r Set and reset by software."
|
description: "PLL1 clock configuration and status bits security\r Set and reset by software."
|
||||||
bit_offset: 7
|
bit_offset: 7
|
||||||
@ -2252,22 +2252,22 @@ fieldset/SECCFGR:
|
|||||||
array:
|
array:
|
||||||
len: 3
|
len: 3
|
||||||
stride: 1
|
stride: 1
|
||||||
enum: PLLSEC
|
enum: SECURITY
|
||||||
- name: ICLKSEC
|
- name: ICLKSEC
|
||||||
description: "intermediate clock source selection security\r Set and reset by software."
|
description: "intermediate clock source selection security\r Set and reset by software."
|
||||||
bit_offset: 10
|
bit_offset: 10
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: ICLKSEC
|
enum: SECURITY
|
||||||
- name: HSI48SEC
|
- name: HSI48SEC
|
||||||
description: "HSI48 clock configuration and status bits security\r Set and reset by software."
|
description: "HSI48 clock configuration and status bits security\r Set and reset by software."
|
||||||
bit_offset: 11
|
bit_offset: 11
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: HSISEC
|
enum: SECURITY
|
||||||
- name: RMVFSEC
|
- name: RMVFSEC
|
||||||
description: "Remove reset flag security\r Set and reset by software."
|
description: "Remove reset flag security\r Set and reset by software."
|
||||||
bit_offset: 12
|
bit_offset: 12
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
enum: RMVFSEC
|
enum: SECURITY
|
||||||
fieldset/SRDAMR:
|
fieldset/SRDAMR:
|
||||||
description: "RCC SmartRun domain peripheral autonomous mode register\t"
|
description: "RCC SmartRun domain peripheral autonomous mode register\t"
|
||||||
fields:
|
fields:
|
||||||
@ -2497,15 +2497,6 @@ enum/HSERDYIE:
|
|||||||
- name: B_0x1
|
- name: B_0x1
|
||||||
description: HSE ready interrupt enabled
|
description: HSE ready interrupt enabled
|
||||||
value: 1
|
value: 1
|
||||||
enum/HSESEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/HSIRDYF:
|
enum/HSIRDYF:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
@ -2524,24 +2515,6 @@ enum/HSIRDYIE:
|
|||||||
- name: B_0x1
|
- name: B_0x1
|
||||||
description: HSI16 ready interrupt enabled
|
description: HSI16 ready interrupt enabled
|
||||||
value: 1
|
value: 1
|
||||||
enum/HSISEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/ICLKSEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/ICLKSEL:
|
enum/ICLKSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
@ -2599,19 +2572,19 @@ enum/LPTIMSEL:
|
|||||||
enum/LPUARTSEL:
|
enum/LPUARTSEL:
|
||||||
bit_size: 3
|
bit_size: 3
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: PCLK3
|
||||||
description: PCLK3 selected
|
description: PCLK3 selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: SYSCLK
|
||||||
description: SYSCLK selected
|
description: SYSCLK selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: HSI16
|
||||||
description: HSI16 selected
|
description: HSI16 selected
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: LSE
|
||||||
description: LSE selected
|
description: LSE selected
|
||||||
value: 3
|
value: 3
|
||||||
- name: B_0x4
|
- name: MSIK
|
||||||
description: MSIK selected
|
description: MSIK selected
|
||||||
value: 4
|
value: 4
|
||||||
enum/LPWRRSTF:
|
enum/LPWRRSTF:
|
||||||
@ -2626,10 +2599,10 @@ enum/LPWRRSTF:
|
|||||||
enum/LSCOSEL:
|
enum/LSCOSEL:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: LSI
|
||||||
description: LSI clock selected
|
description: LSI clock selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: LSE
|
||||||
description: LSE clock selected
|
description: LSE clock selected
|
||||||
value: 1
|
value: 1
|
||||||
enum/LSEBYP:
|
enum/LSEBYP:
|
||||||
@ -2692,15 +2665,6 @@ enum/LSERDYIE:
|
|||||||
- name: B_0x1
|
- name: B_0x1
|
||||||
description: LSE ready interrupt enabled
|
description: LSE ready interrupt enabled
|
||||||
value: 1
|
value: 1
|
||||||
enum/LSESEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/LSESYSRDY:
|
enum/LSESYSRDY:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
@ -2746,15 +2710,6 @@ enum/LSIRDYIE:
|
|||||||
- name: B_0x1
|
- name: B_0x1
|
||||||
description: LSI ready interrupt enabled
|
description: LSI ready interrupt enabled
|
||||||
value: 1
|
value: 1
|
||||||
enum/LSISEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/MCOPRE:
|
enum/MCOPRE:
|
||||||
bit_size: 3
|
bit_size: 3
|
||||||
variants:
|
variants:
|
||||||
@ -2932,19 +2887,19 @@ enum/MSIKSRANGE:
|
|||||||
enum/MSIPLLFAST:
|
enum/MSIPLLFAST:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: NORMAL
|
||||||
description: MSI PLL normal start-up
|
description: MSI PLL normal start-up
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: FAST
|
||||||
description: MSI PLL fast start-up
|
description: MSI PLL fast start-up
|
||||||
value: 1
|
value: 1
|
||||||
enum/MSIPLLSEL:
|
enum/MSIPLLSEL:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: MSIK
|
||||||
description: "PLL mode applied to MSIK (MSI kernel) clock output "
|
description: "PLL mode applied to MSIK (MSI kernel) clock output "
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: MSIS
|
||||||
description: PLL mode applied to MSIS (MSI system) clock output
|
description: PLL mode applied to MSIS (MSI system) clock output
|
||||||
value: 1
|
value: 1
|
||||||
enum/MSIRGSEL:
|
enum/MSIRGSEL:
|
||||||
@ -2956,15 +2911,6 @@ enum/MSIRGSEL:
|
|||||||
- name: RCC_ICSCR1
|
- name: RCC_ICSCR1
|
||||||
description: "MSIS/MSIK ranges provided by MSISRANGE[3:0] and MSIKRANGE[3:0] in RCC_ICSCR1"
|
description: "MSIS/MSIK ranges provided by MSISRANGE[3:0] and MSIKRANGE[3:0] in RCC_ICSCR1"
|
||||||
value: 1
|
value: 1
|
||||||
enum/MSISEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/MSISRDYF:
|
enum/MSISRDYF:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
@ -3022,16 +2968,16 @@ enum/OBLRSTF:
|
|||||||
enum/OCTOSPISEL:
|
enum/OCTOSPISEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: SYSCLK
|
||||||
description: SYSCLK selected
|
description: SYSCLK selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: MSIK
|
||||||
description: MSIK selected
|
description: MSIK selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: PLL1_Q
|
||||||
description: "PLL1 Q (pll1_q_ck) selected, can be up to 200 MHz"
|
description: "PLL1 Q (pll1_q_ck) selected, can be up to 200 MHz"
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: PLL2_Q
|
||||||
description: "PLL2 Q (pll2_q_ck) selected, can be up to 200 MHz"
|
description: "PLL2 Q (pll2_q_ck) selected, can be up to 200 MHz"
|
||||||
value: 3
|
value: 3
|
||||||
enum/PINRSTF:
|
enum/PINRSTF:
|
||||||
@ -3046,46 +2992,46 @@ enum/PINRSTF:
|
|||||||
enum/PLLM:
|
enum/PLLM:
|
||||||
bit_size: 4
|
bit_size: 4
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: BYPASS
|
||||||
description: division by 1 (bypass)
|
description: division by 1 (bypass)
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: DIV2
|
||||||
description: division by 2
|
description: division by 2
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: DIV3
|
||||||
description: division by 3
|
description: division by 3
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0xF
|
- name: DIV16
|
||||||
description: division by 16
|
description: division by 16
|
||||||
value: 15
|
value: 15
|
||||||
enum/PLLMBOOST:
|
enum/PLLMBOOST:
|
||||||
bit_size: 4
|
bit_size: 4
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: BYPASS
|
||||||
description: division by 1 (bypass)
|
description: division by 1 (bypass)
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: DIV2
|
||||||
description: division by 2
|
description: division by 2
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: DIV4
|
||||||
description: division by 4
|
description: division by 4
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: DIV6
|
||||||
description: division by 6
|
description: division by 6
|
||||||
value: 3
|
value: 3
|
||||||
- name: B_0x4
|
- name: DIV8
|
||||||
description: division by 8
|
description: division by 8
|
||||||
value: 4
|
value: 4
|
||||||
- name: B_0x5
|
- name: DIV10
|
||||||
description: division by 10
|
description: division by 10
|
||||||
value: 5
|
value: 5
|
||||||
- name: B_0x6
|
- name: DIV12
|
||||||
description: division by 12
|
description: division by 12
|
||||||
value: 6
|
value: 6
|
||||||
- name: B_0x7
|
- name: DIV14
|
||||||
description: division by 14
|
description: division by 14
|
||||||
value: 7
|
value: 7
|
||||||
- name: B_0x8
|
- name: DIV16
|
||||||
description: division by 16
|
description: division by 16
|
||||||
value: 8
|
value: 8
|
||||||
enum/PLLP:
|
enum/PLLP:
|
||||||
@ -3109,19 +3055,19 @@ enum/PLLP:
|
|||||||
enum/PLLQ:
|
enum/PLLQ:
|
||||||
bit_size: 7
|
bit_size: 7
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: VCO_CK
|
||||||
description: "pll3_q_ck = vco3_ck "
|
description: "pll3_q_ck = vco3_ck "
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: VCO_CK_DIV2
|
||||||
description: pll3_q_ck = vco3_ck / 2 (default after reset)
|
description: pll3_q_ck = vco3_ck / 2 (default after reset)
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: VCO_CK_DIV3
|
||||||
description: pll3_q_ck = vco3_ck / 3
|
description: pll3_q_ck = vco3_ck / 3
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: VCO_CK_DIV4
|
||||||
description: pll3_q_ck = vco3_ck / 4
|
description: pll3_q_ck = vco3_ck / 4
|
||||||
value: 3
|
value: 3
|
||||||
- name: B_0x7F
|
- name: VCO_CK_DIV128
|
||||||
description: pll3_q_ck = vco3_ck / 128
|
description: pll3_q_ck = vco3_ck / 128
|
||||||
value: 127
|
value: 127
|
||||||
enum/PLLRDYF:
|
enum/PLLRDYF:
|
||||||
@ -3148,15 +3094,6 @@ enum/PLLRGE:
|
|||||||
- name: B_0x3
|
- name: B_0x3
|
||||||
description: PLL2 input (ref2_ck) clock range frequency between 8 and 16 MHz
|
description: PLL2 input (ref2_ck) clock range frequency between 8 and 16 MHz
|
||||||
value: 3
|
value: 3
|
||||||
enum/PLLSEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/PLLSRC:
|
enum/PLLSRC:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
@ -3190,15 +3127,6 @@ enum/PPRE:
|
|||||||
- name: DIV16
|
- name: DIV16
|
||||||
description: HCLK divided by 16
|
description: HCLK divided by 16
|
||||||
value: 7
|
value: 7
|
||||||
enum/PRESCSEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/RMVF:
|
enum/RMVF:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
@ -3208,67 +3136,58 @@ enum/RMVF:
|
|||||||
- name: B_0x1
|
- name: B_0x1
|
||||||
description: Clear the reset flags
|
description: Clear the reset flags
|
||||||
value: 1
|
value: 1
|
||||||
enum/RMVFSEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/RNGSEL:
|
enum/RNGSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: HSI48
|
||||||
description: "HSI48 selected "
|
description: "HSI48 selected "
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: HSI48_DIV2
|
||||||
description: "HSI48 / 2 selected, can be used in Range 4"
|
description: "HSI48 / 2 selected, can be used in Range 4"
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: HSI16
|
||||||
description: HSI16 selected
|
description: HSI16 selected
|
||||||
value: 2
|
value: 2
|
||||||
enum/RTCSEL:
|
enum/RTCSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: NONE
|
||||||
description: No clock selected
|
description: No clock selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: LSE
|
||||||
description: LSE oscillator clock selected
|
description: LSE oscillator clock selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: LSI
|
||||||
description: LSI oscillator clock selected
|
description: LSI oscillator clock selected
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: HSE
|
||||||
description: HSE oscillator clock divided by 32 selected
|
description: HSE oscillator clock divided by 32 selected
|
||||||
value: 3
|
value: 3
|
||||||
enum/SAESSEL:
|
enum/SAESSEL:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: SHSI
|
||||||
description: SHSI selected
|
description: SHSI selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: SHSI_DIV2
|
||||||
description: "SHSI / 2 selected, can be used in Range 4"
|
description: "SHSI / 2 selected, can be used in Range 4"
|
||||||
value: 1
|
value: 1
|
||||||
enum/SAISEL:
|
enum/SAISEL:
|
||||||
bit_size: 3
|
bit_size: 3
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: PLL2
|
||||||
description: PLL2 P (pll2_p_ck) selected
|
description: PLL2 P (pll2_p_ck) selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: PLL3
|
||||||
description: PLL3 P (pll3_p_ck) selected
|
description: PLL3 P (pll3_p_ck) selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: PLL1
|
||||||
description: PLL1 P (pll1_p_ck) selected
|
description: PLL1 P (pll1_p_ck) selected
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: AUDIOCLK
|
||||||
description: input pin AUDIOCLK selected
|
description: input pin AUDIOCLK selected
|
||||||
value: 3
|
value: 3
|
||||||
- name: B_0x4
|
- name: HSI16
|
||||||
description: HSI16 clock selected
|
description: HSI16 clock selected
|
||||||
value: 4
|
value: 4
|
||||||
enum/SDMMCSEL:
|
enum/SDMMCSEL:
|
||||||
@ -3319,16 +3238,16 @@ enum/SHSIRDYIE:
|
|||||||
enum/SPISEL:
|
enum/SPISEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: PCLK2
|
||||||
description: PCLK2 selected
|
description: PCLK2 selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: SYSCLK
|
||||||
description: SYSCLK selected
|
description: SYSCLK selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: HSI16
|
||||||
description: HSI16 selected
|
description: HSI16 selected
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: MSIK
|
||||||
description: MSIK selected
|
description: MSIK selected
|
||||||
value: 3
|
value: 3
|
||||||
enum/SPRIV:
|
enum/SPRIV:
|
||||||
@ -3373,40 +3292,16 @@ enum/SW:
|
|||||||
- name: PLL1R
|
- name: PLL1R
|
||||||
description: PLL pll1_r_ck selected as system clock
|
description: PLL pll1_r_ck selected as system clock
|
||||||
value: 3
|
value: 3
|
||||||
enum/SWS:
|
|
||||||
bit_size: 2
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: MSIS oscillator used as system clock
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: HSI16 oscillator used as system clock
|
|
||||||
value: 1
|
|
||||||
- name: B_0x2
|
|
||||||
description: HSE used as system clock
|
|
||||||
value: 2
|
|
||||||
- name: B_0x3
|
|
||||||
description: PLL pll1_r_ck used as system clock
|
|
||||||
value: 3
|
|
||||||
enum/SYSCLKSEC:
|
|
||||||
bit_size: 1
|
|
||||||
variants:
|
|
||||||
- name: B_0x0
|
|
||||||
description: non secure
|
|
||||||
value: 0
|
|
||||||
- name: B_0x1
|
|
||||||
description: secure
|
|
||||||
value: 1
|
|
||||||
enum/SYSTICKSEL:
|
enum/SYSTICKSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: HCLK_DIV8
|
||||||
description: HCLK/8 selected
|
description: HCLK/8 selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: LSI
|
||||||
description: LSI selected
|
description: LSI selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: LSE
|
||||||
description: LSE selected
|
description: LSE selected
|
||||||
value: 2
|
value: 2
|
||||||
enum/TIMICSEL:
|
enum/TIMICSEL:
|
||||||
@ -3427,31 +3322,31 @@ enum/TIMICSEL:
|
|||||||
enum/UARTSEL:
|
enum/UARTSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: PCLK1
|
||||||
description: PCLK1 selected
|
description: PCLK1 selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: SYSCLK
|
||||||
description: SYSCLK selected
|
description: SYSCLK selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: HSI16
|
||||||
description: HSI16 selected
|
description: HSI16 selected
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: LSE
|
||||||
description: LSE selected
|
description: LSE selected
|
||||||
value: 3
|
value: 3
|
||||||
enum/USARTSEL:
|
enum/USARTSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: B_0x0
|
- name: PCLK2
|
||||||
description: PCLK2 selected
|
description: PCLK2 selected
|
||||||
value: 0
|
value: 0
|
||||||
- name: B_0x1
|
- name: SYSCLK
|
||||||
description: SYSCLK selected
|
description: SYSCLK selected
|
||||||
value: 1
|
value: 1
|
||||||
- name: B_0x2
|
- name: HSI16
|
||||||
description: HSI16 selected
|
description: HSI16 selected
|
||||||
value: 2
|
value: 2
|
||||||
- name: B_0x3
|
- name: LSE
|
||||||
description: LSE selected
|
description: LSE selected
|
||||||
value: 3
|
value: 3
|
||||||
enum/WWDGRSTF:
|
enum/WWDGRSTF:
|
||||||
@ -3463,3 +3358,12 @@ enum/WWDGRSTF:
|
|||||||
- name: B_0x1
|
- name: B_0x1
|
||||||
description: Window watchdog reset occurred
|
description: Window watchdog reset occurred
|
||||||
value: 1
|
value: 1
|
||||||
|
enum/SECURITY:
|
||||||
|
bit_size: 1
|
||||||
|
variants:
|
||||||
|
- name: NON_SECURE
|
||||||
|
description: non secure
|
||||||
|
value: 0
|
||||||
|
- name: SECURE
|
||||||
|
description: secure
|
||||||
|
value: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user