/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc.c | 224 SET_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM_6); in HAL_RCC_DeInit() 1604 …RCC_OscInitStruct->CSICalibrationValue = (uint32_t)(READ_BIT(RCC->HSICFGR, HAL_RCC_REV_Y_CSITRIM_M… in HAL_RCC_GetOscConfig() 1627 …RCC_OscInitStruct->HSICalibrationValue = (uint32_t)(READ_BIT(RCC->HSICFGR, HAL_RCC_REV_Y_HSITRIM_M… in HAL_RCC_GetOscConfig() 1631 …RCC_OscInitStruct->HSICalibrationValue = (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >>… in HAL_RCC_GetOscConfig() 1634 …RCC_OscInitStruct->HSICalibrationValue = (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >>… in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | system_stm32mp1xx.c | 209 SystemCoreClock = (HSI_VALUE >> (RCC->HSICFGR & RCC_HSICFGR_HSIDIV)); in SystemCoreClockUpdate() 232 pll3vco *= (float)((HSI_VALUE >> (RCC->HSICFGR & RCC_HSICFGR_HSIDIV)) / pll3m); in SystemCoreClockUpdate()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 1797 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSICAL) >> RCC_HSICFGR_HSICAL_Pos); in LL_RCC_HSI_GetCalibration() 1815 MODIFY_REG(RCC->HSICFGR, 0x3F000U, Value << 12U); in LL_RCC_HSI_SetCalibTrimming() 1820 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, Value << RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1823 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, Value << RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1838 return (uint32_t)(READ_BIT(RCC->HSICFGR, 0x3F000U) >> 12U); in LL_RCC_HSI_GetCalibTrimming() 1843 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming() 1846 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming() 1921 return (uint32_t)(READ_BIT(RCC->HSICFGR, 0x3FC0000U) >> 18U); in LL_RCC_CSI_GetCalibration() 1948 MODIFY_REG(RCC->HSICFGR, 0x7C000000U, Value << 26U); in LL_RCC_CSI_SetCalibTrimming() 1971 return (uint32_t)(READ_BIT(RCC->HSICFGR, 0x7C000000U) >> 26U); in LL_RCC_CSI_GetCalibTrimming()
|
D | stm32h7xx_hal_rcc.h | 7177 …MODIFY_REG(RCC->HSICFGR, HAL_RCC_REV_Y_HSITRIM_Msk, ((uint32_t)0x20) << HAL_RCC_REV_Y_HSITRIM_Pos)… 7181 …MODIFY_REG(RCC->HSICFGR, HAL_RCC_REV_Y_HSITRIM_Msk, (uint32_t)(__HSICalibrationValue__) << HAL_RCC… 7186 …MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, (uint32_t)(__HSICalibrationValue__) << RCC_HSICFGR_H… 7192 …MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, (uint32_t)(__HSICalibrationValue__) << RCC_HSICFGR_H… 7250 …MODIFY_REG(RCC->HSICFGR, HAL_RCC_REV_Y_CSITRIM_Msk, ((uint32_t)0x10) << HAL_RCC_REV_Y_CSITRIM_Pos)… 7254 …MODIFY_REG(RCC->HSICFGR, HAL_RCC_REV_Y_CSITRIM_Msk, (uint32_t)(__CSICalibrationValue__) << HAL_RCC…
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | system_stm32n6xx_s.c | 283 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate() 376 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate()
|
D | system_stm32n6xx_fsbl.c | 340 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate() 433 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 1617 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSICAL) >> RCC_HSICFGR_HSICAL_Pos); in LL_RCC_HSI_GetCalibration() 1630 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, Value << RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1640 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming() 1655 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSIDIV, Divider); in LL_RCC_HSI_SetDivider() 1669 return (READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSIDIV)); in LL_RCC_HSI_GetDivider()
|
D | stm32mp1xx_hal_rcc.h | 2870 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, \ 2892 do{ MODIFY_REG( RCC->HSICFGR, RCC_HSICFGR_HSIDIV , (__RCC_HSIDIV__) );\ 2903 #define __HAL_RCC_GET_HSI_DIV() ((uint32_t)(RCC->HSICFGR & RCC_HSICFGR_HSIDIV ))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rcc.c | 385 CLEAR_BIT(RCC->HSICFGR, RCC_HSICFGR_HSIDIV); in HAL_RCC_DeInit() 400 CLEAR_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM); in HAL_RCC_DeInit() 1740 (uint32_t)((RCC->HSICFGR & RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSITRIM_Pos); in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc.c | 297 WRITE_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM_6); in HAL_RCC_DeInit() 1572 pOscInitStruct->HSICalibrationValue = (uint32_t)(READ_BIT(RCC->HSICFGR, \ in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rcc.h | 1844 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSIDIV, Divider); in LL_RCC_HSI_SetDivider() 1858 return (READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSIDIV)); in LL_RCC_HSI_GetDivider() 1870 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSICAL) >> RCC_HSICFGR_HSICAL_Pos); in LL_RCC_HSI_GetCalibration() 1884 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, Value << RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1894 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rcc.c | 244 SET_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM_6); in HAL_RCC_DeInit() 1692 …RCC_OscInitStruct->HSICalibrationValue = ((RCC->HSICFGR & RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSIT… in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 1728 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSICAL) >> RCC_HSICFGR_HSICAL_Pos); in LL_RCC_HSI_GetCalibration() 1742 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, Value << RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1752 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming()
|
D | stm32h5xx_hal_rcc.h | 4192 …MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, (uint32_t)(__HSICALIBRATIONVALUE__) << RCC_HSICFGR_H…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rcc.h | 1603 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSICAL) >> RCC_HSICFGR_HSICAL_Pos); in LL_RCC_HSI_GetCalibration() 1617 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, Value << RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1627 return (uint32_t)(READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSITRIM) >> RCC_HSICFGR_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming()
|
D | stm32h7rsxx_hal_rcc.h | 3571 …MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSITRIM, (uint32_t)(__HSICALIBRATIONVALUE__) << RCC_HSICFGR_H…
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rcc.c | 1626 cfgr_value = RCC->HSICFGR; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 708 …__IO uint32_t HSICFGR; /*!< RCC HSI Clock Calibration Register, … member
|
D | stm32h523xx.h | 871 …__IO uint32_t HSICFGR; /*!< RCC HSI Clock Calibration Register, … member
|
D | stm32h562xx.h | 918 …__IO uint32_t HSICFGR; /*!< RCC HSI Clock Calibration Register, … member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 1078 …__IO uint32_t HSICFGR; /*!< HSI Clock Calibration Register, … member
|
D | stm32h7b0xx.h | 1081 …__IO uint32_t HSICFGR; /*!< HSI Clock Calibration Register, … member
|
D | stm32h7b0xxq.h | 1082 …__IO uint32_t HSICFGR; /*!< HSI Clock Calibration Register, … member
|
D | stm32h7a3xxq.h | 1079 …__IO uint32_t HSICFGR; /*!< HSI Clock Calibration Register, … member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1415 …__IO uint32_t HSICFGR; /*!< HSI clock calibration register, … member
|