Home
last modified time | relevance | path

Searched refs:LL_RCC_MSIRANGE_10 (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c335 else if (msiRange == LL_RCC_MSIRANGE_10) in LL_RCC_GetSMPSClockFreq()
337 …smps_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_10) / SmpsPrescalerTable[smps_prescaler_in… in LL_RCC_GetSMPSClockFreq()
Dstm32wbxx_hal_rcc_ex.c1104 case LL_RCC_MSIRANGE_10: in HAL_RCCEx_GetPeriphCLKFreq()
1105 …frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_10) / SmpsPrescalerTable[smps_prescaler_index][… in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32wbxx_ll_utils.c397 case LL_RCC_MSIRANGE_10: /* MSI = 32 MHz */ in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_utils.c299 case LL_RCC_MSIRANGE_10: /* MSI = 32 MHz */ in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c409 case LL_RCC_MSIRANGE_10: /* MSI = 32 MHz */ in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c399 case LL_RCC_MSIRANGE_10: /* MSI = 32 MHz */ in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_utils.c477 case LL_RCC_MSIRANGE_10: /* MSI = 32 MHz */ in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rcc.h212 #define LL_RCC_MSIRANGE_10 RCC_CR_MSIRANGE_10 /*!< MSI = 32 MHz */ macro
Dstm32wlxx_hal_rcc.h544 #define RCC_MSIRANGE_10 LL_RCC_MSIRANGE_10 /*!< MSI = 32 MHz */
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rcc.h225 #define LL_RCC_MSIRANGE_10 RCC_CR_MSIRANGE_10 /*!< MSI = 32 MHz */ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rcc.h236 #define LL_RCC_MSIRANGE_10 RCC_CR_MSIRANGE_10 /*!< MSI = 32 MHz */ macro
Dstm32wbxx_hal_rcc.h585 #define RCC_MSIRANGE_10 LL_RCC_MSIRANGE_10 /*!< MSI = 32 MHz */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h222 #define LL_RCC_MSIRANGE_10 (RCC_CR_MSIRANGE_3 | RCC_CR_MSIRANGE_1) … macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h244 #define LL_RCC_MSIRANGE_10 RCC_CR_MSIRANGE_10 /*!< MSI = 32 MHz */ macro