Searched refs:smps_frequency (Results 1 – 2 of 2) sorted by relevance
297 uint32_t smps_frequency; in LL_RCC_GetSMPSClockFreq() local305 smps_frequency = HSI_VALUE / SmpsPrescalerTable[smps_prescaler_index][0]; in LL_RCC_GetSMPSClockFreq()309 smps_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetSMPSClockFreq()316 smps_frequency = HSE_VALUE / SmpsPrescalerTable[smps_prescaler_index][5]; in LL_RCC_GetSMPSClockFreq()320 smps_frequency = LL_RCC_PERIPH_FREQUENCY_NO; 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()345 smps_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetSMPSClockFreq()[all …]
155 uint32_t smps_frequency; in LL_RCC_GetSMPSClockFreq() local158 smps_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetSMPSClockFreq()163 smps_frequency = 32000000 / 4; in LL_RCC_GetSMPSClockFreq()167 smps_frequency = 32000000 / 8; in LL_RCC_GetSMPSClockFreq()170 return smps_frequency; in LL_RCC_GetSMPSClockFreq()