Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c1569 uint32_t eth_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetETHPHYClockFreq() local
1580 eth_frequency = HSE_VALUE; in LL_RCC_GetETHPHYClockFreq()
1588 eth_frequency = PLL_Clocks.PLL_S_Frequency; in LL_RCC_GetETHPHYClockFreq()
1597 return eth_frequency; in LL_RCC_GetETHPHYClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1206 uint32_t eth_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetETHClockFreq() local
1218 eth_frequency = PLL_Clocks.PLL_P_Frequency; in LL_RCC_GetETHClockFreq()
1226 eth_frequency = PLL_Clocks.PLL_Q_Frequency; in LL_RCC_GetETHClockFreq()
1236 return eth_frequency; in LL_RCC_GetETHClockFreq()