Add wb55 clocks

This commit is contained in:
Ulf Lilleengen
2021-06-14 11:41:02 +02:00
parent ee9f67fa01
commit 5e1b0a5398
6 changed files with 216 additions and 3 deletions

View File

@ -190,6 +190,7 @@ impl RccExt for RCC {
sys: sys_clk.hz(),
ahb1: ahb_freq.hz(),
ahb2: ahb_freq.hz(),
ahb3: ahb_freq.hz(),
apb1: apb1_freq.hz(),
apb2: apb2_freq.hz(),
}