Home
last modified time | relevance | path

Searched refs:RCC_CR_HSIDIV (Results 1 – 25 of 78) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dsystem_stm32h5xx.c218 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
221 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
330 SystemCoreClock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
353 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
Dsystem_stm32h5xx_s.c235 …RCC->CR &= ~(RCC_CR_HSEON | RCC_CR_HSECSSON | RCC_CR_HSEBYP | RCC_CR_HSEEXT | RCC_CR_HSIDIV | RCC_… in SystemInit()
344 SystemCoreClock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
367 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dsystem_stm32h7xx.c352 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
379 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
393 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
407 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7rsxx.c204 sysclk = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos)); in SystemCoreClockUpdate()
244 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos)); in SystemCoreClockUpdate()
258 sysclk = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos)); in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dsystem_stm32h7xx_dualcore_bootcm4_cm7gated.c331 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
358 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
372 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
386 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_bootcm7_cm4gated.c337 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
364 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
378 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
392 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_dualcore_boot_cm4_cm7.c339 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
366 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
380 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
394 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx_singlecore.c331 SystemCoreClock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
359 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
373 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
387 SystemCoreClock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
Dsystem_stm32h7xx.c357 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
384 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
398 hsivalue = (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)) ; in SystemCoreClockUpdate()
412 common_system_clock = (uint32_t) (HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV)>> 3)); in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c307 …CLEAR_BIT(RCC->CR, RCC_CR_HSEON | RCC_CR_HSIKERON | RCC_CR_HSIDIV | RCC_CR_CSION | RCC_CR_CSIKERO… in HAL_RCC_DeInit()
524 tmpreg1 = (RCC->CR & RCC_CR_HSIDIV); in HAL_RCC_OscConfig()
538 …SystemCoreClock = (HSI_VALUE / (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos))); in HAL_RCC_OscConfig()
1691 RCC_OscInitStruct->HSIDiv = (regvalue & RCC_CR_HSIDIV); in HAL_RCC_GetOscConfig()
1988 pllvco = HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos); in RCC_PLL_Config()
2134 pllsrc = HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos); in RCC_PLL1_GetVCOOutputFreq()
2209 pllsrc = HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos); in RCC_PLL2_GetVCOOutputFreq()
2284 pllsrc = HSI_VALUE >> ((RCC->CR & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos); in RCC_PLL3_GetVCOOutputFreq()
Dstm32h7rsxx_ll_rcc.c176 …CLEAR_BIT(RCC->CR, RCC_CR_HSEON | RCC_CR_HSEEXT | RCC_CR_HSIKERON | RCC_CR_HSIDIV | RCC_CR_CSION |… in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rcc.h286 #define LL_RCC_HSI_DIV_128 RCC_CR_HSIDIV /*!< HSI divid…
769 MODIFY_REG(RCC->CR, RCC_CR_HSIDIV, Divider); in LL_RCC_HSI_SetDivider()
787 return (READ_BIT(RCC->CR, RCC_CR_HSIDIV)); in LL_RCC_HSI_GetDivider()
1213 MODIFY_REG(RCC->CR, RCC_CR_HSIDIV, HSIDiv); in LL_RCC_SetHSIDiv()
1306 return (uint32_t)(READ_BIT(RCC->CR, RCC_CR_HSIDIV)); in LL_RCC_GetHSIDiv()
Dstm32c0xx_hal_rcc.h1623 MODIFY_REG(RCC->CR, RCC_CR_HSIDIV, (__HSIDIV__))
1637 #define __HAL_RCC_GET_HSI_DIVIDER() ((uint32_t)(READ_BIT(RCC->CR, RCC_CR_HSIDIV)))
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c383 …SystemCoreClock = (HSI_VALUE / (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos))); in HAL_RCC_OscConfig()
945 hsidiv = (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos)); in HAL_RCC_GetSysClockFreq()
1040 RCC_OscInitStruct->HSIDiv = ((regval & RCC_CR_HSIDIV) >> RCC_CR_HSIDIV_Pos); in HAL_RCC_GetOscConfig()
Dstm32c0xx_ll_rcc.c470 hsidiv = (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos)); in RCC_GetSystemClockFreq()
489 hsidiv = (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos)); in RCC_GetSystemClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c409 …SystemCoreClock = (HSI_VALUE / (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos))); in HAL_RCC_OscConfig()
1136 hsidiv = (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos)); in HAL_RCC_GetSysClockFreq()
1258 RCC_OscInitStruct->HSIDiv = (RCC->CR & RCC_CR_HSIDIV); in HAL_RCC_GetOscConfig()
Dstm32g0xx_ll_rcc.c1057 hsidiv = (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV)) >> RCC_CR_HSIDIV_Pos)); in RCC_GetSystemClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_rcc.h270 #define LL_RCC_HSI_DIV_128 RCC_CR_HSIDIV /*!< HSI divid…
1762 MODIFY_REG(RCC->CR, RCC_CR_HSIDIV, HSIDiv); in LL_RCC_SetHSIDiv()
1815 return (uint32_t)(READ_BIT(RCC->CR, RCC_CR_HSIDIV)); in LL_RCC_GetHSIDiv()
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dsystem_stm32c0xx.c224 hsidiv = (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV))>> RCC_CR_HSIDIV_Pos)); in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dsystem_stm32g0xx.c280 hsidiv = (1UL << ((READ_BIT(RCC->CR, RCC_CR_HSIDIV))>> RCC_CR_HSIDIV_Pos)); in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c294 CLEAR_BIT(RCC->CR, RCC_CR_HSIDIV); in HAL_RCC_DeInit()
1571 pOscInitStruct->HSIDiv = regval & RCC_CR_HSIDIV; in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h180 #define LL_RCC_HSI_DIV_8 RCC_CR_HSIDIV /*!< HSI_DIV8 clock activation */
1702 MODIFY_REG(RCC->CR, RCC_CR_HSIDIV, Divider); in LL_RCC_HSI_SetDivider()
1716 return (READ_BIT(RCC->CR, RCC_CR_HSIDIV)); in LL_RCC_HSI_GetDivider()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h216 #define LL_RCC_HSI_DIV_8 RCC_CR_HSIDIV
1441 MODIFY_REG(RCC->CR, RCC_CR_HSIDIV, Divider); in LL_RCC_HSI_SetDivider()
1455 return (READ_BIT(RCC->CR, RCC_CR_HSIDIV)); in LL_RCC_HSI_GetDivider()
Dstm32h7rsxx_hal_rcc.h229 #define RCC_HSI_DIV8 RCC_CR_HSIDIV /*!< HSI clock activation with divider 8…
3531 MODIFY_REG(RCC->CR, RCC_CR_HSION | RCC_CR_HSIDIV , (uint32_t)(__STATE__))
3541 #define __HAL_RCC_GET_HSI_DIVIDER() ((uint32_t)(READ_BIT(RCC->CR, RCC_CR_HSIDIV)))
/hal_stm32-latest/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()

1234