Add enum/ADCSET to rcc_l5.yaml
This commit is contained in:
parent
bcc9b6bf9f
commit
445f314531
@ -1383,6 +1383,7 @@ fieldset/CCIPR1:
|
|||||||
description: ADCs clock source selection
|
description: ADCs clock source selection
|
||||||
bit_offset: 28
|
bit_offset: 28
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
|
enum: ADCSEL
|
||||||
fieldset/CCIPR2:
|
fieldset/CCIPR2:
|
||||||
description: Peripherals independent clock configuration register
|
description: Peripherals independent clock configuration register
|
||||||
fields:
|
fields:
|
||||||
@ -1924,6 +1925,18 @@ fieldset/SECSR:
|
|||||||
description: RMVFSECF
|
description: RMVFSECF
|
||||||
bit_offset: 12
|
bit_offset: 12
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
|
enum/ADCSEL:
|
||||||
|
bit_size: 2
|
||||||
|
variants:
|
||||||
|
- name: DISABLE
|
||||||
|
description: No clock selected
|
||||||
|
value: 0
|
||||||
|
- name: PLL1_Q
|
||||||
|
description: PLLADC1CLK clock selected
|
||||||
|
value: 1
|
||||||
|
- name: SYS
|
||||||
|
description: SYSCLK clock selected
|
||||||
|
value: 3
|
||||||
enum/CLK48SEL:
|
enum/CLK48SEL:
|
||||||
bit_size: 2
|
bit_size: 2
|
||||||
variants:
|
variants:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user