From 305f234c12bda7025d9cb4bcabae77d5e52ea61a Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Wed, 7 Jan 2026 21:08:16 +0300 Subject: Add PWR block clock --- os/drivers/clock/stm32f769_clocks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os') diff --git a/os/drivers/clock/stm32f769_clocks.h b/os/drivers/clock/stm32f769_clocks.h index 27f555e0..b65c2bd5 100644 --- a/os/drivers/clock/stm32f769_clocks.h +++ b/os/drivers/clock/stm32f769_clocks.h @@ -37,4 +37,6 @@ #define STM32F769_CLOCK_GPIOJ STM32F769_CLOCK_CONFIG(AHB1_SET, 9U) #define STM32F769_CLOCK_GPIOK STM32F769_CLOCK_CONFIG(AHB1_SET, 10U) +#define STM32F769_CLOCK_PWR STM32F769_CLOCK_CONFIG(APB1_SET, 28U) + #endif /* __DD_STM32F769_CLOCKS_H__ */ -- cgit v1.2.3