From 2492e82430fa2016efc4067c0f74495b435eb079 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 16 Apr 2022 21:00:36 +0200 Subject: stm32f7: Add more peripherals. --- rcc/rcc_reg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rcc/rcc_reg.h') 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 { -- cgit v1.2.3