Merge pull request #300 from Radiator-Labs/main

Add enum/ADCSET to rcc_l5.yaml
This commit is contained in:
Dario Nieuwenhuis 2023-11-01 20:08:50 +00:00 committed by GitHub
commit 73b8c37ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: PLLSAI1_R
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: