Searched refs:SmpsPrescalerTable (Results 1 – 4 of 4) sorted by relevance
305 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()
1074 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()
67 extern const uint32_t SmpsPrescalerTable[4][6]; /*!< SMPS factor ranges table values */
184 const uint32_t SmpsPrescalerTable[4UL][6UL] = {{1UL, 3UL, 2UL, 2UL, 1UL, 2UL}, \ variable