| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
| D | stm32l5xx_hal_rcc.c | 266 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/ |
| D | stm32l4xx_hal_rcc.c | 287 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/ |
| D | stm32u0xx_hal_rcc.c | 240 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/ |
| D | system_stm32l5xx.c | 273 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
|
| D | system_stm32l5xx_s.c | 299 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
| D | system_stm32l4xx.c | 262 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
|
| /hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
| D | system_stm32wlxx.c | 279 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
|
| D | stm32wle4xx.h | 5838 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
|
| D | stm32wle5xx.h | 5838 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
|
| /hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
| D | system_stm32wbxx.c | 304 msirange = MSIRangeTable[(RCC->CR & RCC_CR_MSIRANGE) >> RCC_CR_MSIRANGE_Pos]; in SystemCoreClockUpdate()
|
| D | stm32wb50xx.h | 6326 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
|
| D | stm32wb1mxx.h | 6000 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
|
| /hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
| D | system_stm32u0xx.c | 262 msirange = (RCC->CR & RCC_CR_MSIRANGE) >> 4U; in SystemCoreClockUpdate()
|
| D | stm32u031xx.h | 4904 #define RCC_CR_MSIRANGE RCC_CR_MSIRANGE_Msk /*!< Internal Multi … macro
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
| D | stm32wlxx_ll_rcc.h | 1521 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()
|
| D | stm32wlxx_hal_rcc.h | 1894 … 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/ |
| D | stm32u0xx_ll_rcc.h | 1510 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()
|
| D | stm32u0xx_hal_rcc.h | 2182 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, (__MSIRANGEVALUE__)); \ 2217 READ_BIT(RCC->CR, RCC_CR_MSIRANGE) : \
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_ll_rcc.h | 1922 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/ |
| D | stm32l5xx_ll_rcc.h | 1993 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()
|
| D | stm32l5xx_hal_rcc.h | 2830 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/ |
| D | stm32wlxx_hal_rcc.c | 1417 RCC_OscInitStruct->MSIClockRange = (regvalue & RCC_CR_MSIRANGE); in HAL_RCC_GetOscConfig()
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
| D | stm32wbxx_hal_rcc.c | 1555 RCC_OscInitStruct->MSIClockRange = (regvalue & RCC_CR_MSIRANGE); in HAL_RCC_GetOscConfig()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_ll_rcc.h | 2581 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()
|
| D | stm32l4xx_hal_rcc.h | 4042 MODIFY_REG(RCC->CR, RCC_CR_MSIRANGE, (__MSIRANGEVALUE__)); \ 4077 READ_BIT(RCC->CR, RCC_CR_MSIRANGE) : \
|