/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc.h | 838 …MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, ((__RTCCLKSource__) & 0xFFFFCFF)) : CLEAR_BIT(RCC->CFGR, RC… 859 #define __HAL_RCC_GET_RTC_HSE_PRESCALER() (READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE) | RCC_BDCR_RTCSEL)
|
D | stm32f7xx_ll_rcc.h | 3042 MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, Prescaler); in LL_RCC_SetRTC_HSEPrescaler() 3083 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE)); in LL_RCC_GetRTC_HSEPrescaler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rcc_ex.c | 540 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig() 1190 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig() 1700 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig() 2077 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig() 2452 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig() 2694 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc.h | 986 …MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, ((__RTCCLKSource__) & 0xFFFFCFFU)) : CLEAR_BIT(RCC->CFGR, R… 1006 #define __HAL_RCC_GET_RTC_HSE_PRESCALER() (READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE) | RCC_BDCR_RTCSEL)
|
D | stm32f4xx_ll_rcc.h | 4093 MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, Prescaler); in LL_RCC_SetRTC_HSEPrescaler() 4134 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE)); in LL_RCC_GetRTC_HSEPrescaler()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rcc.h | 1332 MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, Prescaler); in LL_RCC_SetRTC_HSEPrescaler() 1373 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE)); in LL_RCC_GetRTC_HSEPrescaler()
|
D | stm32f2xx_hal_rcc.h | 1532 …MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, ((__RTCCLKSource__) & 0xFFFFCFFU)) : CLEAR_BIT(RCC->CFGR, R… 1553 #define __HAL_RCC_GET_RTC_HSE_PRESCALER() (READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE) | RCC_BDCR_RTCSEL)
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_rcc_ex.c | 211 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rcc_ex.c | 783 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig() 1359 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 3526 MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, Prescaler); in LL_RCC_SetRTC_HSEPrescaler() 3599 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE)); in LL_RCC_GetRTC_HSEPrescaler()
|
D | stm32h7rsxx_hal_rcc.h | 3797 MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, (((__RTC_CLKSOURCE__) & (~RCC_BDCR_RTCSEL)) >> 4U)) : \ 3798 CLEAR_BIT(RCC->CFGR, RCC_CFGR_RTCPRE)) 3808 …((READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE) << 4U) | RCC_BDCR_RTCSEL) : READ_BIT(RCC->BDCR, RCC_BDCR_RT…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 4134 MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, Prescaler); in LL_RCC_SetRTC_HSEPrescaler() 4207 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE)); in LL_RCC_GetRTC_HSEPrescaler()
|
D | stm32h7xx_hal_rcc.h | 7491 …MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, (((__RTCCLKSource__) & 0xFFFFCFFU) >> 4)) : CLEAR_BIT(RCC->…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc_ex.c | 2178 prescaler = READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE) >> RCC_CFGR_RTCPRE_Pos; in HAL_RCCEx_GetPeriphCLKFreq()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 4401 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f410rx.h | 4405 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f410tx.h | 4391 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f401xc.h | 4049 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f401xe.h | 4049 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f411xe.h | 4058 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f405xx.h | 9315 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f412cx.h | 8478 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 9153 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
D | stm32f205xx.h | 8918 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/soc/ |
D | stm32f723xx.h | 9284 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
|