Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rcc.c1567 uint32_t LL_RCC_GetETHPHYClockFreq(uint32_t ETHxSource) in LL_RCC_GetETHPHYClockFreq() argument
1573 assert_param(IS_LL_RCC_ETH1PHY_CLKSOURCE(ETHxSource)); in LL_RCC_GetETHPHYClockFreq()
1575 switch (LL_RCC_GetETHPHYClockSource(ETHxSource)) in LL_RCC_GetETHPHYClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c1204 uint32_t LL_RCC_GetETHClockFreq(uint32_t ETHxSource) in LL_RCC_GetETHClockFreq() argument
1210 assert_param(IS_LL_RCC_ETH_CLKSOURCE(ETHxSource)); in LL_RCC_GetETHClockFreq()
1212 switch (LL_RCC_GetETHClockSource(ETHxSource)) in LL_RCC_GetETHClockFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c1286 uint32_t LL_RCC_GetETHClockFreq(uint32_t ETHxSource) in LL_RCC_GetETHClockFreq() argument
1292 assert_param(IS_LL_RCC_ETH_CLKSOURCE(ETHxSource)); in LL_RCC_GetETHClockFreq()
1294 switch (LL_RCC_GetETHClockSource(ETHxSource)) in LL_RCC_GetETHClockFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h5974 uint32_t LL_RCC_GetETHClockFreq(uint32_t ETHxSource);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h5890 uint32_t LL_RCC_GetETHPHYClockFreq(uint32_t ETHxSource);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h8730 uint32_t LL_RCC_GetETHClockFreq(uint32_t ETHxSource);