Home
last modified time | relevance | path

Searched refs:PLL_S_Frequency (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c358 PLL_Clocks->PLL_S_Frequency = 0U; in LL_RCC_GetPLL1ClockFreq()
387 …PLL_Clocks->PLL_S_Frequency = LL_RCC_CalcPLLClockFreq(pllinputfreq, m, n, fracn, LL_RCC_PLL1_GetS(… in LL_RCC_GetPLL1ClockFreq()
442 PLL_Clocks->PLL_S_Frequency = 0U; in LL_RCC_GetPLL2ClockFreq()
471 …PLL_Clocks->PLL_S_Frequency = LL_RCC_CalcPLLClockFreq(pllinputfreq, m, n, fracn, LL_RCC_PLL2_GetS(… in LL_RCC_GetPLL2ClockFreq()
531 PLL_Clocks->PLL_S_Frequency = 0U; in LL_RCC_GetPLL3ClockFreq()
560 …PLL_Clocks->PLL_S_Frequency = LL_RCC_CalcPLLClockFreq(pllinputfreq, m, n, fracn, LL_RCC_PLL3_GetS(… in LL_RCC_GetPLL3ClockFreq()
1166 sdmmc_frequency = PLL_Clocks.PLL_S_Frequency; in LL_RCC_GetSDMMCClockFreq()
1588 eth_frequency = PLL_Clocks.PLL_S_Frequency; in LL_RCC_GetETHPHYClockFreq()
1770 xspi_frequency = PLL_Clocks.PLL_S_Frequency; in LL_RCC_GetXSPIClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h135 uint32_t PLL_S_Frequency; member