STM32G4: Add enum for CLK48SEL
This commit is contained in:
parent
ca29cf87d5
commit
a1189407f7
@ -1022,6 +1022,7 @@ fieldset/CCIPR:
|
|||||||
description: 48 MHz clock source selection
|
description: 48 MHz clock source selection
|
||||||
bit_offset: 26
|
bit_offset: 26
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
|
enum: CLK48SEL
|
||||||
- name: ADC12SEL
|
- name: ADC12SEL
|
||||||
description: ADCs clock source selection
|
description: ADCs clock source selection
|
||||||
bit_offset: 28
|
bit_offset: 28
|
||||||
@ -1479,3 +1480,12 @@ enum/SW:
|
|||||||
- name: PLLRCLK
|
- name: PLLRCLK
|
||||||
description: PLLRCLK selected as system clock
|
description: PLLRCLK selected as system clock
|
||||||
value: 3
|
value: 3
|
||||||
|
enum/CLK48SEL:
|
||||||
|
bit_size: 2
|
||||||
|
variants:
|
||||||
|
- name: HSI48
|
||||||
|
description: HSI48 oscillator clock selected as 48 MHz clock
|
||||||
|
value: 0
|
||||||
|
- name: PLLQCLK
|
||||||
|
description: PLLQCLK selected as 48 MHz clock
|
||||||
|
value: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user