diff --git a/data/registers/rcc_g4.yaml b/data/registers/rcc_g4.yaml index ac07c3c..14d00f3 100644 --- a/data/registers/rcc_g4.yaml +++ b/data/registers/rcc_g4.yaml @@ -1022,6 +1022,7 @@ fieldset/CCIPR: description: 48 MHz clock source selection bit_offset: 26 bit_size: 2 + enum: CLK48SEL - name: ADC12SEL description: ADCs clock source selection bit_offset: 28 @@ -1479,3 +1480,12 @@ enum/SW: - name: PLLRCLK description: PLLRCLK selected as system clock 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