Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal.c644 void HAL_SBS_ETHInterfaceSelect(uint32_t SBS_ETHInterface) in HAL_SBS_ETHInterfaceSelect() argument
647 assert_param(IS_SBS_ETHERNET_CONFIG(SBS_ETHInterface)); in HAL_SBS_ETHInterfaceSelect()
649 MODIFY_REG(SBS->PMCR, SBS_PMCR_ETH_SEL_PHY, (uint32_t)(SBS_ETHInterface)); in HAL_SBS_ETHInterfaceSelect()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal.h779 void HAL_SBS_ETHInterfaceSelect(uint32_t SBS_ETHInterface);