Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_system.h315 __STATIC_INLINE void LL_SYSCFG_SetPHYInterface(uint32_t Interface) in LL_SYSCFG_SetPHYInterface() argument
318 MODIFY_REG(SYSCFG->PMCSETR, SYSCFG_PMCSETR_ETH_SEL_CONF, Interface); in LL_SYSCFG_SetPHYInterface()
347 __STATIC_INLINE void LL_SYSCFG_ClearPHYInterface(uint32_t Interface) in LL_SYSCFG_ClearPHYInterface() argument
349 MODIFY_REG(SYSCFG->PMCCLRR, SYSCFG_PMCCLRR_ETH_SEL_CONF, Interface); in LL_SYSCFG_ClearPHYInterface()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_system.h304 __STATIC_INLINE void LL_SYSCFG_SetPHYInterface(uint32_t Interface) in LL_SYSCFG_SetPHYInterface() argument
306 MODIFY_REG(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL, Interface); in LL_SYSCFG_SetPHYInterface()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_system.h380 __STATIC_INLINE void LL_SYSCFG_SetPHYInterface(uint32_t Interface) in LL_SYSCFG_SetPHYInterface() argument
382 MODIFY_REG(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL, Interface); in LL_SYSCFG_SetPHYInterface()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_system.h555 __STATIC_INLINE void LL_SYSCFG_SetPHYInterface(uint32_t Interface) in LL_SYSCFG_SetPHYInterface() argument
557 MODIFY_REG(SYSCFG->PMC, SYSCFG_PMC_MII_RMII_SEL, Interface); in LL_SYSCFG_SetPHYInterface()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h383 __STATIC_INLINE void LL_SBS_SetPHYInterface(uint32_t Interface) in LL_SBS_SetPHYInterface() argument
385 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY, Interface); in LL_SBS_SetPHYInterface()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_system.h534 __STATIC_INLINE void LL_SBS_SetEthernetPhy(uint32_t Interface) in LL_SBS_SetEthernetPhy() argument
536 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_PHYSEL, Interface); in LL_SBS_SetEthernetPhy()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_system.h452 __STATIC_INLINE void LL_SYSCFG_SetPHYInterface(uint32_t Interface) in LL_SYSCFG_SetPHYInterface() argument
454 MODIFY_REG(SYSCFG->PMCR, SYSCFG_PMCR_EPIS_SEL, Interface); in LL_SYSCFG_SetPHYInterface()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h3051 __STATIC_INLINE void LL_RCC_SetETHPHYInterface(uint32_t Interface) in LL_RCC_SetETHPHYInterface() argument
3053 MODIFY_REG(RCC->CCIPR2, RCC_CCIPR2_ETH1SEL, Interface); in LL_RCC_SetETHPHYInterface()