Home
last modified time | relevance | path

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

/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c709 void HAL_SBS_ETHInterfaceSelect(uint32_t SBS_ETHInterface) in HAL_SBS_ETHInterfaceSelect() argument
712 assert_param(IS_SBS_ETHERNET_CONFIG(SBS_ETHInterface)); in HAL_SBS_ETHInterfaceSelect()
714 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY, (uint32_t)(SBS_ETHInterface)); in HAL_SBS_ETHInterfaceSelect()
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal.h785 void HAL_SBS_ETHInterfaceSelect(uint32_t SBS_ETHInterface);