Home
last modified time | relevance | path

Searched refs:SmpsPrescalerTable (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rcc.c305 smps_frequency = HSI_VALUE / SmpsPrescalerTable[smps_prescaler_index][0]; in LL_RCC_GetSMPSClockFreq()
316 smps_frequency = HSE_VALUE / SmpsPrescalerTable[smps_prescaler_index][5]; in LL_RCC_GetSMPSClockFreq()
329 …smps_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_8) / SmpsPrescalerTable[smps_prescaler_ind… in LL_RCC_GetSMPSClockFreq()
333 …smps_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_9) / SmpsPrescalerTable[smps_prescaler_ind… in LL_RCC_GetSMPSClockFreq()
337 …smps_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_10) / SmpsPrescalerTable[smps_prescaler_in… in LL_RCC_GetSMPSClockFreq()
341 …smps_frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_11) / SmpsPrescalerTable[smps_prescaler_in… in LL_RCC_GetSMPSClockFreq()
Dstm32wbxx_hal_rcc_ex.c1074 frequency = HSI_VALUE / SmpsPrescalerTable[smps_prescaler_index][0]; in HAL_RCCEx_GetPeriphCLKFreq()
1086 frequency = HSE_VALUE / SmpsPrescalerTable[smps_prescaler_index][5]; in HAL_RCCEx_GetPeriphCLKFreq()
1099 …frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_8) / SmpsPrescalerTable[smps_prescaler_index][4… in HAL_RCCEx_GetPeriphCLKFreq()
1102 …frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_9) / SmpsPrescalerTable[smps_prescaler_index][3… in HAL_RCCEx_GetPeriphCLKFreq()
1105 …frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_10) / SmpsPrescalerTable[smps_prescaler_index][… in HAL_RCCEx_GetPeriphCLKFreq()
1108 …frequency = __LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGE_11) / SmpsPrescalerTable[smps_prescaler_index][… in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dsystem_stm32wbxx.h67 extern const uint32_t SmpsPrescalerTable[4][6]; /*!< SMPS factor ranges table values */
Dsystem_stm32wbxx.c184 const uint32_t SmpsPrescalerTable[4UL][6UL] = {{1UL, 3UL, 2UL, 2UL, 1UL, 2UL}, \ variable