rcc: rename NONE -> DISABLED
This commit is contained in:
parent
b59a5c1812
commit
4ddcb77c9d
@ -3868,7 +3868,7 @@ enum/PLLRGE:
|
|||||||
enum/PLLSRC:
|
enum/PLLSRC:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: no clock send to DIVMx divider and PLLs (default after reset)
|
description: no clock send to DIVMx divider and PLLs (default after reset)
|
||||||
value: 0
|
value: 0
|
||||||
- name: HSI
|
- name: HSI
|
||||||
|
@ -3036,7 +3036,7 @@ enum/PLLRGE:
|
|||||||
enum/PLLSRC:
|
enum/PLLSRC:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: no clock send to DIVMx divider and PLLs (default after reset)
|
description: no clock send to DIVMx divider and PLLs (default after reset)
|
||||||
value: 0
|
value: 0
|
||||||
- name: HSI
|
- name: HSI
|
||||||
|
@ -5251,7 +5251,7 @@ enum/PLLSRC:
|
|||||||
- name: HSE
|
- name: HSE
|
||||||
description: HSE selected as PLL clock
|
description: HSE selected as PLL clock
|
||||||
value: 2
|
value: 2
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: No clock sent to DIVMx dividers and PLLs
|
description: No clock sent to DIVMx dividers and PLLs
|
||||||
value: 3
|
value: 3
|
||||||
enum/PLLVCOSEL:
|
enum/PLLVCOSEL:
|
||||||
|
@ -4186,7 +4186,7 @@ enum/PLLSRC:
|
|||||||
- name: HSE
|
- name: HSE
|
||||||
description: HSE selected as PLL clock
|
description: HSE selected as PLL clock
|
||||||
value: 2
|
value: 2
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: No clock sent to DIVMx dividers and PLLs
|
description: No clock sent to DIVMx dividers and PLLs
|
||||||
value: 3
|
value: 3
|
||||||
enum/PLLVCOSEL:
|
enum/PLLVCOSEL:
|
||||||
|
@ -5251,7 +5251,7 @@ enum/PLLSRC:
|
|||||||
- name: HSE
|
- name: HSE
|
||||||
description: HSE selected as PLL clock
|
description: HSE selected as PLL clock
|
||||||
value: 2
|
value: 2
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: No clock sent to DIVMx dividers and PLLs
|
description: No clock sent to DIVMx dividers and PLLs
|
||||||
value: 3
|
value: 3
|
||||||
enum/PLLVCOSEL:
|
enum/PLLVCOSEL:
|
||||||
|
@ -2171,7 +2171,7 @@ enum/PLLR:
|
|||||||
enum/PLLSRC:
|
enum/PLLSRC:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: No clock sent to PLL
|
description: No clock sent to PLL
|
||||||
value: 0
|
value: 0
|
||||||
- name: MSI
|
- name: MSI
|
||||||
|
@ -2347,7 +2347,7 @@ enum/PLLR:
|
|||||||
enum/PLLSRC:
|
enum/PLLSRC:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: No clock sent to PLL
|
description: No clock sent to PLL
|
||||||
value: 0
|
value: 0
|
||||||
- name: MSI
|
- name: MSI
|
||||||
|
@ -2014,7 +2014,7 @@ enum/MCOPRE:
|
|||||||
enum/MCOSEL:
|
enum/MCOSEL:
|
||||||
bit_size: 4
|
bit_size: 4
|
||||||
variants:
|
variants:
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: MCO output disabled, no clock on MCO
|
description: MCO output disabled, no clock on MCO
|
||||||
value: 0
|
value: 0
|
||||||
- name: SYS
|
- name: SYS
|
||||||
@ -2462,7 +2462,7 @@ enum/PLLR:
|
|||||||
enum/PLLSRC:
|
enum/PLLSRC:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: No clock sent to PLL
|
description: No clock sent to PLL
|
||||||
value: 0
|
value: 0
|
||||||
- name: MSI
|
- name: MSI
|
||||||
|
@ -2825,10 +2825,10 @@ enum/MSIRANGE:
|
|||||||
enum/MSIRGSEL:
|
enum/MSIRGSEL:
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
variants:
|
variants:
|
||||||
- name: RCC_CSR
|
- name: CSR
|
||||||
description: MSIS/MSIK ranges provided by MSISSRANGE[3:0] and MSIKSRANGE[3:0] in RCC_CSR
|
description: MSIS/MSIK ranges provided by MSISSRANGE[3:0] and MSIKSRANGE[3:0] in RCC_CSR
|
||||||
value: 0
|
value: 0
|
||||||
- name: RCC_ICSCR1
|
- name: 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/MSIXSRANGE:
|
enum/MSIXSRANGE:
|
||||||
|
@ -1471,7 +1471,7 @@ enum/PPRE:
|
|||||||
enum/RADIOSTSEL:
|
enum/RADIOSTSEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
- name: None
|
- name: DISABLE
|
||||||
description: no clock selected, 2.4 GHz RADIO sleep timer kernel clock disabled
|
description: no clock selected, 2.4 GHz RADIO sleep timer kernel clock disabled
|
||||||
value: 0
|
value: 0
|
||||||
- name: LSE
|
- name: LSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user