Skip to content

Commit

Permalink
fix: v0 periperal clk
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed May 19, 2024
1 parent 28e513e commit 3d46d68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/family/CH32V0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@
version: common
block: USART
rcc:
bus_clock: PCLK2
kernel_clock: PCLK2
bus_clock: HCLK
kernel_clock: HCLK
enable:
register: APB2PCENR
field: USART1EN
Expand Down Expand Up @@ -504,8 +504,8 @@
version: v0
block: SPI
rcc:
bus_clock: PCLK2
kernel_clock: PCLK2
bus_clock: HCLK
kernel_clock: HCLK
enable:
register: APB2PCENR
field: SPI1EN
Expand Down

0 comments on commit 3d46d68

Please sign in to comment.