Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c774 assert_param(IS_RCC_ETH1PTPCLKSOURCE(PeriphClkInit->Eth1PtpClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
777 if (PeriphClkInit->Eth1PtpClockSelection == RCC_ETH1PTPCLKSOURCE_IC13) in HAL_RCCEx_PeriphCLKConfig()
790 else if (PeriphClkInit->Eth1PtpClockSelection == RCC_ETH1PTPCLKSOURCE_CLKP) in HAL_RCCEx_PeriphCLKConfig()
801 …kInit->Eth1PtpDivider - 1U) << RCC_CCIPR2_ETH1PTPDIV_Pos) | PeriphClkInit->Eth1PtpClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
2442 PeriphClkInit->Eth1PtpClockSelection = __HAL_RCC_GET_ETH1PTP_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h942 uint32_t Eth1PtpClockSelection; /*!< Specifies ETH1 PTP clock source. member