Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8779 #define RCC_CFGR1_RTCPRE_Pos (8U) macro
8780 #define RCC_CFGR1_RTCPRE_Msk (0x3FUL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00003F00…
8782 #define RCC_CFGR1_RTCPRE_0 (0x1UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000100…
8783 #define RCC_CFGR1_RTCPRE_1 (0x2UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000200…
8784 #define RCC_CFGR1_RTCPRE_2 (0x4UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000400…
8785 #define RCC_CFGR1_RTCPRE_3 (0x8UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000800…
8786 #define RCC_CFGR1_RTCPRE_4 (0x10UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00001000…
8787 #define RCC_CFGR1_RTCPRE_5 (0x20UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00002000…
Dstm32h562xx.h13117 #define RCC_CFGR1_RTCPRE_Pos (8U) macro
13118 #define RCC_CFGR1_RTCPRE_Msk (0x3FUL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00003F00…
13120 #define RCC_CFGR1_RTCPRE_0 (0x1UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000100…
13121 #define RCC_CFGR1_RTCPRE_1 (0x2UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000200…
13122 #define RCC_CFGR1_RTCPRE_2 (0x4UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000400…
13123 #define RCC_CFGR1_RTCPRE_3 (0x8UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000800…
13124 #define RCC_CFGR1_RTCPRE_4 (0x10UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00001000…
13125 #define RCC_CFGR1_RTCPRE_5 (0x20UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00002000…
Dstm32h563xx.h15201 #define RCC_CFGR1_RTCPRE_Pos (8U) macro
15202 #define RCC_CFGR1_RTCPRE_Msk (0x3FUL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00003F00…
15204 #define RCC_CFGR1_RTCPRE_0 (0x1UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000100…
15205 #define RCC_CFGR1_RTCPRE_1 (0x2UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000200…
15206 #define RCC_CFGR1_RTCPRE_2 (0x4UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000400…
15207 #define RCC_CFGR1_RTCPRE_3 (0x8UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000800…
15208 #define RCC_CFGR1_RTCPRE_4 (0x10UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00001000…
15209 #define RCC_CFGR1_RTCPRE_5 (0x20UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00002000…
Dstm32h573xx.h15722 #define RCC_CFGR1_RTCPRE_Pos (8U) macro
15723 #define RCC_CFGR1_RTCPRE_Msk (0x3FUL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00003F00…
15725 #define RCC_CFGR1_RTCPRE_0 (0x1UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000100…
15726 #define RCC_CFGR1_RTCPRE_1 (0x2UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000200…
15727 #define RCC_CFGR1_RTCPRE_2 (0x4UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000400…
15728 #define RCC_CFGR1_RTCPRE_3 (0x8UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00000800…
15729 #define RCC_CFGR1_RTCPRE_4 (0x10UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00001000…
15730 #define RCC_CFGR1_RTCPRE_5 (0x20UL << RCC_CFGR1_RTCPRE_Pos) /*!< 0x00002000…
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c3260 … frequency = (HSE_VALUE / ((uint32_t)(__HAL_RCC_GET_RTC_HSE_PRESCALER() >> RCC_CFGR1_RTCPRE_Pos))); in HAL_RCCEx_GetPeriphCLKFreq()