Skip to content

Commit

Permalink
chore: rename rcc_v0
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Apr 11, 2024
1 parent 2140c8d commit cd42dd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/registers/rcc_v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ fieldset/RSTSCKR:
enum/PLLSRC:
bit_size: 2
variants:
- name: HSI_MUL2
- name: HSI
description: HSI clock divided by 2 selected as PLL input clock.
value: 0
- name: HSE_MUL2
- name: HSE
description: HSE clock divided by 2 selected as PLL input clock.
value: 3
enum/HPRE:
Expand Down Expand Up @@ -409,7 +409,7 @@ enum/SW:
- name: PLL
description: PLL selected as system clock.
value: 0b10
- name: RESERVED
- name: _RESERVED
description: Reserved.
value: 0b11
enum/MCO:
Expand Down

0 comments on commit cd42dd3

Please sign in to comment.