diff options
| author | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2026-01-07 21:08:16 +0300 |
|---|---|---|
| committer | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2026-01-07 21:08:16 +0300 |
| commit | 305f234c12bda7025d9cb4bcabae77d5e52ea61a (patch) | |
| tree | fdf4f3601851a449201f96f6cf4f018daf7d9dcf /os | |
| parent | 860e71622e1c9ab558aa7ff2c6fff2b2b8a1862d (diff) | |
Add PWR block clock
Diffstat (limited to 'os')
| -rw-r--r-- | os/drivers/clock/stm32f769_clocks.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ */ |
