Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c3973 uint32_t eth1ptp_frequency = RCC_PERIPH_FREQUENCY_NO; in RCCEx_GetETH1PTPCLKFreq() local
3979 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 …]