RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
stm32u5-config-per.c File Reference

Peripheral clock configuration for the STM32U5. More...

#include <bsp/start.h>
#include <stm32u5/hal.h>

Variables

BSP_START_TEXT_SECTION const RCC_PeriphCLKInitTypeDef stm32u5_config_peripheral_clocks
 

Detailed Description

Peripheral clock configuration for the STM32U5.

Variable Documentation

◆ stm32u5_config_peripheral_clocks

BSP_START_TEXT_SECTION const RCC_PeriphCLKInitTypeDef stm32u5_config_peripheral_clocks
Initial value:
= {
.PeriphClockSelection = RCC_PERIPHCLK_USART2 | RCC_PERIPHCLK_USART3 |
RCC_PERIPHCLK_OSPI | RCC_PERIPHCLK_RTC |
RCC_PERIPHCLK_SDMMC,
.Usart2ClockSelection = RCC_USART2CLKSOURCE_PCLK1,
.Usart3ClockSelection = RCC_USART3CLKSOURCE_PCLK1,
.OspiClockSelection = RCC_OSPICLKSOURCE_PLL1,
.RTCClockSelection = RCC_RTCCLKSOURCE_LSE,
.SdmmcClockSelection = RCC_SDMMCCLKSOURCE_PLL1
}