summaryrefslogtreecommitdiff
path: root/rcc/rcc_reg.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2022-04-16 21:00:36 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2022-04-16 21:09:52 +0200
commit2492e82430fa2016efc4067c0f74495b435eb079 (patch)
treeb447b326ce86b0b23e5e71533a71f7b748a1204a /rcc/rcc_reg.h
parentd6c95a111c0950757d75496af254e3427e3769b6 (diff)
stm32f7: Add more peripherals.
Diffstat (limited to 'rcc/rcc_reg.h')
-rw-r--r--rcc/rcc_reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rcc/rcc_reg.h b/rcc/rcc_reg.h
index 2612580..d5f8b68 100644
--- a/rcc/rcc_reg.h
+++ b/rcc/rcc_reg.h
@@ -85,6 +85,9 @@ struct RCC_reg_f4_t {
volatile uint32_t _2;
volatile uint32_t SSCGR;
volatile uint32_t PLLI2SCFGR;
+ volatile uint32_t PLLSAICFGR;
+ volatile uint32_t DCKCFGR1;
+ volatile uint32_t DCKCFGR2;
};
struct RCC_reg_l0_t {