Home
last modified time | relevance | path

Searched refs:RCC_CR_MSIRANGE (Results 1 – 25 of 63) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc.c266 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, RCC_MSIRANGE_6); in HAL_RCC_DeInit()
1458 msirange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos; in HAL_RCC_GetSysClockFreq()
1595 RCC_OscInitStruct->MSIClockRange = (uint32_t)((RCC->CR & RCC_CR_MSIRANGE)); in HAL_RCC_GetOscConfig()
2040 msirange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos; in RCC_GetSysClockFreqFromPLLSource()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc.c287 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, RCC_MSIRANGE_6); in HAL_RCC_DeInit()
1419 msirange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos; in HAL_RCC_GetSysClockFreq()
1561 RCC_OscInitStruct->MSIClockRange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE); in HAL_RCC_GetOscConfig()
1911 msirange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos; in RCC_GetSysClockFreqFromPLLSource()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c240 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, RCC_MSIRANGE_6); in HAL_RCC_DeInit()
1221 msirange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos; in HAL_RCC_GetSysClockFreq()
1377 RCC_OscInitStruct->MSIClockRange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE); in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dsystem_stm32l5xx.c273 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
Dsystem_stm32l5xx_s.c299 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dsystem_stm32l4xx.c262 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dsystem_stm32wlxx.c279 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
Dstm32wle4xx.h5838 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
Dstm32wle5xx.h5838 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dsystem_stm32wbxx.c304 msirange = MSIRangeTable[(RCC->CR & RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos]; in SystemCoreClockUpdate()
Dstm32wb50xx.h6326 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
Dstm32wb1mxx.h6000 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dsystem_stm32u0xx.c262 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
Dstm32u031xx.h4904 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h1521 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
1543 return (uint32_t)(READ_BIT(RCC->CR, RCC_CR_MSIRANGE)); in LL_RCC_MSI_GetRange()
Dstm32wlxx_hal_rcc.h1894 … MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, (__MSIRANGEVALUE__)); \
1928 (uint32_t)(READ_BIT(RCC->CR, RCC_CR_MSIRANGE)) : \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h1510 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
1532 return (uint32_t)(READ_BIT(RCC->CR, RCC_CR_MSIRANGE)); in LL_RCC_MSI_GetRange()
Dstm32u0xx_hal_rcc.h2182 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, (__MSIRANGEVALUE__)); \
2217 READ_BIT(RCC->CR, RCC_CR_MSIRANGE) : \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h1922 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
1944 uint32_t msiRange = READ_BIT(RCC->CR, RCC_CR_MSIRANGE); in LL_RCC_MSI_GetRange()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h1993 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
2015 return (uint32_t)(READ_BIT(RCC->CR, RCC_CR_MSIRANGE)); in LL_RCC_MSI_GetRange()
Dstm32l5xx_hal_rcc.h2830 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, (__MSIRANGEVALUE__)); \
2865 (uint32_t)(READ_BIT(RCC->CR, RCC_CR_MSIRANGE)) : \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc.c1417 RCC_OscInitStruct->MSIClockRange = (regvalue & RCC_CR_MSIRANGE); in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1555 RCC_OscInitStruct->MSIClockRange = (regvalue & RCC_CR_MSIRANGE); in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h2581 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, Range); in LL_RCC_MSI_SetRange()
2603 return (uint32_t)(READ_BIT(RCC->CR, RCC_CR_MSIRANGE)); in LL_RCC_MSI_GetRange()
Dstm32l4xx_hal_rcc.h4042 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, (__MSIRANGEVALUE__)); \
4077 READ_BIT(RCC->CR, RCC_CR_MSIRANGE) : \

123