Home
last modified time | relevance | path

Searched refs:RCC_CR_HSIDIVF (Results 1 – 25 of 53) sorted by relevance

123

/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c478 if (READ_BIT(RCC->CR, RCC_CR_HSIDIVF) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
526 if (READ_BIT(RCC->CR, RCC_CR_HSIDIVF) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
572 if (READ_BIT(RCC->CR, RCC_CR_HSIDIVF) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
617 if (READ_BIT(RCC->CR, RCC_CR_HSIDIVF) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
662 if (READ_BIT(RCC->CR, RCC_CR_HSIDIVF) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
717 if (READ_BIT(RCC->CR, RCC_CR_HSIDIVF) != 0U) in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32l0xx_hal_rcc.c1223 if ((RCC->CR & RCC_CR_HSIDIVF) != 0U) in HAL_RCC_GetSysClockFreq()
1249 if ((RCC->CR & RCC_CR_HSIDIVF) != 0U) in HAL_RCC_GetSysClockFreq()
/hal_stm32-3.6.0/stm32cube/stm32l0xx/soc/
Dsystem_stm32l0xx.c213 if ((RCC->CR & RCC_CR_HSIDIVF) != 0U) in SystemCoreClockUpdate()
237 if ((RCC->CR & RCC_CR_HSIDIVF) != 0U) in SystemCoreClockUpdate()
Dstm32l051xx.h3255 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l010x4.h3003 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l011xx.h3112 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l021xx.h3240 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l031xx.h3180 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l041xx.h3308 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l010x6.h3012 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l010x8.h3011 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l010xb.h3019 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l071xx.h3304 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l081xx.h3432 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l052xx.h3543 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l053xx.h3687 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l062xx.h3671 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l063xx.h3813 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l072xx.h3693 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
Dstm32l073xx.h3835 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rcc.h2097 return ((READ_BIT(RCC->CR, RCC_CR_HSIDIVF) == RCC_CR_HSIDIVF) ? 1UL : 0UL); in LL_RCC_IsActiveFlag_HSIDIV()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c145 …CLEAR_BIT(RCC->CR, RCC_CR_HSEON | RCC_CR_HSIKERON | RCC_CR_HSIDIV | RCC_CR_HSIDIVF | RCC_CR_CSION … in LL_RCC_DeInit()
Dstm32h7xx_hal_rcc.c255 …CLEAR_BIT(RCC->CR, RCC_CR_HSEON | RCC_CR_HSIKERON | RCC_CR_HSIDIV | RCC_CR_HSIDIVF | RCC_CR_CSION … in HAL_RCC_DeInit()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h1677 return ((READ_BIT(RCC->CR, RCC_CR_HSIDIVF) == (RCC_CR_HSIDIVF)) ? 1UL : 0UL); in LL_RCC_HSI_IsDividerReady()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h1736 return ((READ_BIT(RCC->CR, RCC_CR_HSIDIVF) == (RCC_CR_HSIDIVF)) ? 1UL : 0UL); in LL_RCC_HSI_IsDividerReady()

123