/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rcc.h | 991 return (uint32_t)(READ_BIT(RCC->ICSCR3, RCC_ICSCR3_HSICAL) >> RCC_ICSCR3_HSICAL_Pos); in LL_RCC_HSI_GetCalibration() 1005 MODIFY_REG(RCC->ICSCR3, RCC_ICSCR3_HSITRIM, Value << RCC_ICSCR3_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1015 return (uint32_t)(READ_BIT(RCC->ICSCR3, RCC_ICSCR3_HSITRIM) >> RCC_ICSCR3_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming()
|
D | stm32wbaxx_hal_rcc.h | 1778 MODIFY_REG(RCC->ICSCR3, RCC_ICSCR3_HSITRIM, (__HSICALIBRATIONVALUE__) << RCC_ICSCR3_HSITRIM_Pos)
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rcc.c | 242 MODIFY_REG(RCC->ICSCR3, RCC_ICSCR3_HSITRIM, 0x00100000U); in HAL_RCC_DeInit() 1474 …RCC_OscInitStruct->HSICalibrationValue = ((RCC->ICSCR3 & RCC_ICSCR3_HSITRIM) >> RCC_ICSCR3_HSITRIM… in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 1627 return (uint32_t)(READ_BIT(RCC->ICSCR3, RCC_ICSCR3_HSICAL) >> RCC_ICSCR3_HSICAL_Pos); in LL_RCC_HSI_GetCalibration() 1641 MODIFY_REG(RCC->ICSCR3, RCC_ICSCR3_HSITRIM, Value << RCC_ICSCR3_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming() 1651 return (uint32_t)(READ_BIT(RCC->ICSCR3, RCC_ICSCR3_HSITRIM) >> RCC_ICSCR3_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming()
|
D | stm32u5xx_hal_rcc.h | 3928 …MODIFY_REG(RCC->ICSCR3, RCC_ICSCR3_HSITRIM, (uint32_t)(__HSICALIBRATIONVALUE__) << RCC_ICSCR3_HSIT…
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc.c | 1910 …pRCC_OscInitStruct->HSICalibrationValue = (uint32_t)((RCC->ICSCR3 & RCC_ICSCR3_HSITRIM) >> RCC_ICS… in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 553 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 Address … member
|
D | stm32wba52xx.h | 646 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 Address … member
|
D | stm32wba54xx.h | 673 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 Address … member
|
D | stm32wba5mxx.h | 673 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 Address … member
|
D | stm32wba55xx.h | 673 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 Address … member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 950 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u535xx.h | 884 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u575xx.h | 950 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u585xx.h | 1017 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u595xx.h | 991 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u5a5xx.h | 1058 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u5f7xx.h | 1153 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u599xx.h | 1172 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u5g7xx.h | 1220 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u5f9xx.h | 1257 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u5a9xx.h | 1239 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|
D | stm32u5g9xx.h | 1324 …__IO uint32_t ICSCR3; /*!< RCC internal clock sources calibration register 3 … member
|