Home
last modified time | relevance | path

Searched refs:RCC_CFGR1_RTCPRE_Pos (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h15737 #define RCC_CFGR1_RTCPRE_Pos (8U) macro
15738 #define RCC_CFGR1_RTCPRE_Msk (0x3FUL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00003F00…
15740 #define RCC_CFGR1_RTCPRE_0 (0x1UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000100…
15741 #define RCC_CFGR1_RTCPRE_1 (0x2UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000200…
15742 #define RCC_CFGR1_RTCPRE_2 (0x4UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000400…
15743 #define RCC_CFGR1_RTCPRE_3 (0x8UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000800…
15744 #define RCC_CFGR1_RTCPRE_4 (0x10UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00001000…
15745 #define RCC_CFGR1_RTCPRE_5 (0x20UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00002000…
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c3265 … frequency = (HSE_VALUE / ((uint32_t)(__HAL_RCC_GET_RTC_HSE_PRESCALER() >> RCC_CFGR1_RTCPRE_Pos))); in HAL_RCCEx_GetPeriphCLKFreq()