Searched refs:eth1ptp_frequency (Results 1 – 1 of 1) sorted by relevance
3973 uint32_t eth1ptp_frequency = RCC_PERIPH_FREQUENCY_NO; in RCCEx_GetETH1PTPCLKFreq() local3979 eth1ptp_frequency = RCCEx_GetHCLKFreq(HAL_RCC_GetSysClockFreq()); in RCCEx_GetETH1PTPCLKFreq()3983 eth1ptp_frequency = RCCEx_GetCLKPCLKFreq(LL_RCC_CLKP_CLKSOURCE); in RCCEx_GetETH1PTPCLKFreq()3993 eth1ptp_frequency = HAL_RCCEx_GetPLL1CLKFreq(); in RCCEx_GetETH1PTPCLKFreq()3994 eth1ptp_frequency = eth1ptp_frequency / ic_divider; in RCCEx_GetETH1PTPCLKFreq()3997 eth1ptp_frequency = HAL_RCCEx_GetPLL2CLKFreq(); in RCCEx_GetETH1PTPCLKFreq()3998 eth1ptp_frequency = eth1ptp_frequency / ic_divider; in RCCEx_GetETH1PTPCLKFreq()4001 eth1ptp_frequency = HAL_RCCEx_GetPLL3CLKFreq(); in RCCEx_GetETH1PTPCLKFreq()4002 eth1ptp_frequency = eth1ptp_frequency / ic_divider; in RCCEx_GetETH1PTPCLKFreq()4005 eth1ptp_frequency = HAL_RCCEx_GetPLL4CLKFreq(); in RCCEx_GetETH1PTPCLKFreq()[all …]