Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c4818 uint32_t pssi_frequency = RCC_PERIPH_FREQUENCY_NO; in RCCEx_GetPSSICLKFreq() local
4824 pssi_frequency = RCCEx_GetHCLKFreq(HAL_RCC_GetSysClockFreq()); in RCCEx_GetPSSICLKFreq()
4828 pssi_frequency = RCCEx_GetCLKPCLKFreq(LL_RCC_CLKP_CLKSOURCE); in RCCEx_GetPSSICLKFreq()
4838 pssi_frequency = HAL_RCCEx_GetPLL1CLKFreq(); in RCCEx_GetPSSICLKFreq()
4839 pssi_frequency = pssi_frequency / ic_divider; in RCCEx_GetPSSICLKFreq()
4842 pssi_frequency = HAL_RCCEx_GetPLL2CLKFreq(); in RCCEx_GetPSSICLKFreq()
4843 pssi_frequency = pssi_frequency / ic_divider; in RCCEx_GetPSSICLKFreq()
4846 pssi_frequency = HAL_RCCEx_GetPLL3CLKFreq(); in RCCEx_GetPSSICLKFreq()
4847 pssi_frequency = pssi_frequency / ic_divider; in RCCEx_GetPSSICLKFreq()
4850 pssi_frequency = HAL_RCCEx_GetPLL4CLKFreq(); in RCCEx_GetPSSICLKFreq()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c1240 uint32_t pssi_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetPSSIClockFreq() local
1252 pssi_frequency = pll_clocks.PLL_R_Frequency; in LL_RCC_GetPSSIClockFreq()
1257 pssi_frequency = LL_RCC_GetCLKPClockFreq(LL_RCC_CLKP_CLKSOURCE); in LL_RCC_GetPSSIClockFreq()
1265 return pssi_frequency; in LL_RCC_GetPSSIClockFreq()