Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c712 assert_param(IS_RCC_ETH1CLKSOURCE(PeriphClkInit->Eth1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
714 if (PeriphClkInit->Eth1ClockSelection == RCC_ETH1CLKSOURCE_IC12) in HAL_RCCEx_PeriphCLKConfig()
727 else if (PeriphClkInit->Eth1ClockSelection == RCC_ETH1CLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
737 __HAL_RCC_ETH1_CONFIG(PeriphClkInit->Eth1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2434 PeriphClkInit->Eth1ClockSelection = __HAL_RCC_GET_ETH1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h930 uint32_t Eth1ClockSelection; /*!< Specifies ETH1 clock source. member