/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc_ex.c | 478 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()
|
D | stm32l0xx_hal_rcc.c | 1223 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/ |
D | system_stm32l0xx.c | 213 if ((RCC->CR & RCC_CR_HSIDIVF) != 0U) in SystemCoreClockUpdate() 237 if ((RCC->CR & RCC_CR_HSIDIVF) != 0U) in SystemCoreClockUpdate()
|
D | stm32l051xx.h | 3255 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l010x4.h | 3003 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l011xx.h | 3112 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l021xx.h | 3240 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l031xx.h | 3180 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l041xx.h | 3308 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l010x6.h | 3012 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l010x8.h | 3011 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l010xb.h | 3019 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l071xx.h | 3304 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l081xx.h | 3432 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l052xx.h | 3543 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l053xx.h | 3687 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l062xx.h | 3671 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l063xx.h | 3813 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l072xx.h | 3693 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
D | stm32l073xx.h | 3835 #define RCC_CR_HSIDIVF RCC_CR_HSIDIVF_Msk /*!< Internal High S… macro
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_rcc.h | 2097 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/ |
D | stm32h7xx_ll_rcc.c | 145 …CLEAR_BIT(RCC->CR, RCC_CR_HSEON | RCC_CR_HSIKERON | RCC_CR_HSIDIV | RCC_CR_HSIDIVF | RCC_CR_CSION … in LL_RCC_DeInit()
|
D | stm32h7xx_hal_rcc.c | 255 …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/ |
D | stm32h5xx_ll_rcc.h | 1677 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/ |
D | stm32h7xx_ll_rcc.h | 1736 return ((READ_BIT(RCC->CR, RCC_CR_HSIDIVF) == (RCC_CR_HSIDIVF)) ? 1UL : 0UL); in LL_RCC_HSI_IsDividerReady()
|