Home
last modified time | relevance | path

Searched refs:ICSCR (Results 1 – 25 of 28) sorted by relevance

12

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_rcc.h626 return (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_HSICAL) >> RCC_ICSCR_HSICAL_Pos); in LL_RCC_HSI_GetCalibration()
640 MODIFY_REG(RCC->ICSCR, RCC_ICSCR_HSITRIM, Value << RCC_ICSCR_HSITRIM_Pos); in LL_RCC_HSI_SetCalibTrimming()
650 return (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_HSITRIM) >> RCC_ICSCR_HSITRIM_Pos); in LL_RCC_HSI_GetCalibTrimming()
838 MODIFY_REG(RCC->ICSCR, RCC_ICSCR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
855 return (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSIRANGE)); in LL_RCC_MSI_GetRange()
867 return (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSICAL) >> RCC_ICSCR_MSICAL_Pos); in LL_RCC_MSI_GetCalibration()
879 MODIFY_REG(RCC->ICSCR, RCC_ICSCR_MSITRIM, Value << RCC_ICSCR_MSITRIM_Pos); in LL_RCC_MSI_SetCalibTrimming()
889 return (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSITRIM) >> RCC_ICSCR_MSITRIM_Pos); in LL_RCC_MSI_GetCalibTrimming()
A Dstm32l1xx_hal_rcc.h1332 …(MODIFY_REG(RCC->ICSCR, RCC_ICSCR_HSITRIM, (uint32_t)(_HSICALIBRATIONVALUE_) << RCC_ICSCR_HSITRIM_…
1493 …(MODIFY_REG(RCC->ICSCR, RCC_ICSCR_MSITRIM, (uint32_t)(_MSICALIBRATIONVALUE_) << RCC_ICSCR_MSITRIM_…
1510 #define __HAL_RCC_MSI_RANGE_CONFIG(_MSIRANGEVALUE_) (MODIFY_REG(RCC->ICSCR, \
1524 #define __HAL_RCC_GET_MSI_RANGE() (uint32_t)(READ_BIT(RCC->ICSCR, RCC_ICSCR_MSIRANGE))
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/
A Dsystem_stm32l1xx.c220 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
250 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_rcc.c234 MODIFY_REG(RCC->ICSCR, (RCC_ICSCR_MSITRIM | RCC_ICSCR_HSITRIM | RCC_ICSCR_MSIRANGE), \ in HAL_RCC_DeInit()
1122 msiclkrange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE ) >> RCC_ICSCR_MSIRANGE_Pos; in HAL_RCC_GetSysClockFreq()
1209 …RCC_OscInitStruct->HSICalibrationValue = (uint32_t)((RCC->ICSCR & RCC_ICSCR_HSITRIM) >> RCC_ICSCR_… in HAL_RCC_GetOscConfig()
1221 …RCC_OscInitStruct->MSICalibrationValue = (uint32_t)((RCC->ICSCR & RCC_ICSCR_MSITRIM) >> RCC_ICSCR_… in HAL_RCC_GetOscConfig()
1222 RCC_OscInitStruct->MSIClockRange = (uint32_t)((RCC->ICSCR & RCC_ICSCR_MSIRANGE)); in HAL_RCC_GetOscConfig()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_rcc.h80 …__IO u32 ICSCR; ///< Internal clock so… member
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h388 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l100xba.h388 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l151xb.h373 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l151xba.h373 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l152xb.h388 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l152xba.h388 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l100xc.h399 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l162xdx.h447 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l162xe.h447 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l152xc.h416 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l152xca.h416 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l152xe.h426 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l162xc.h437 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l162xca.h437 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l151xca.h401 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l151xdx.h411 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l151xe.h411 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l151xc.h401 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l152xdx.h426 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member
A Dstm32l151xd.h426 …__IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Ad… member

Completed in 1541 milliseconds

12