Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_eth.c227 assert_param(IS_ETH_AUTONEGOTIATION(heth->Init.AutoNegotiation)); in HAL_ETH_Init()
343 if((heth->Init).AutoNegotiation != ETH_AUTONEGOTIATION_DISABLE) in HAL_ETH_Init()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_eth.h373 …uint32_t AutoNegotiation; /*!< Selects or not the AutoNegotiation mode for t… member