Home
last modified time | relevance | path

Searched refs:RCC_CFGR_RTCPRE (Results 1 – 25 of 81) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h838 …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)
Dstm32f7xx_ll_rcc.h3042 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/
Dstm32f4xx_hal_rcc_ex.c540 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/
Dstm32f4xx_hal_rcc.h986 …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)
Dstm32f4xx_ll_rcc.h4093 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/
Dstm32f2xx_ll_rcc.h1332 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()
Dstm32f2xx_hal_rcc.h1532 …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/
Dstm32f2xx_hal_rcc_ex.c211 tempreg = (RCC->CFGR & RCC_CFGR_RTCPRE); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c783 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/
Dstm32h7rsxx_ll_rcc.h3526 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()
Dstm32h7rsxx_hal_rcc.h3797 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/
Dstm32h7xx_ll_rcc.h4134 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()
Dstm32h7xx_hal_rcc.h7491 …MODIFY_REG(RCC->CFGR, RCC_CFGR_RTCPRE, (((__RTCCLKSource__) & 0xFFFFCFFU) >> 4)) : CLEAR_BIT(RCC->…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c2178 prescaler = READ_BIT(RCC->CFGR, RCC_CFGR_RTCPRE) >> RCC_CFGR_RTCPRE_Pos; in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h4401 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f410rx.h4405 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f410tx.h4391 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f401xc.h4049 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f401xe.h4049 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f411xe.h4058 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f405xx.h9315 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f412cx.h8478 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h9153 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
Dstm32f205xx.h8918 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9284 #define RCC_CFGR_RTCPRE RCC_CFGR_RTCPRE_Msk macro

1234