Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c359 PLL_Clocks->PLL_T_Frequency = 0U; in LL_RCC_GetPLL1ClockFreq()
443 PLL_Clocks->PLL_T_Frequency = 0U; in LL_RCC_GetPLL2ClockFreq()
476 …PLL_Clocks->PLL_T_Frequency = LL_RCC_CalcPLLClockFreq(pllinputfreq, m, n, fracn, LL_RCC_PLL2_GetT(… in LL_RCC_GetPLL2ClockFreq()
532 PLL_Clocks->PLL_T_Frequency = 0U; in LL_RCC_GetPLL3ClockFreq()
1174 sdmmc_frequency = PLL_Clocks.PLL_T_Frequency; in LL_RCC_GetSDMMCClockFreq()
1779 xspi_frequency = PLL_Clocks.PLL_T_Frequency; in LL_RCC_GetXSPIClockFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h136 uint32_t PLL_T_Frequency; member