Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1430 PeriphClkInit->Eth1PhyClockSelection = __HAL_RCC_GET_ETH1PHY_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1794 ethclocksource = __HAL_RCC_GET_ETH1PHY_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
1822 clocksource = __HAL_RCC_GET_ETH1PHY_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h851 #define __HAL_RCC_GET_ETH1PHY_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_ETH1PHYCKSEL))) macro